COLOR #F0B0FF

HEX: #F0B0FF RGB: (240,176,255)

Renk bilgisi

#F0B0FF contains mainly red and blue colors. #F0B0FF ‘ nin web güvenlik rengi #FF99FF (ya da #F9F) dir.

RGB renk modeli

#F0B0FF color RGB value is (240,176,255).

RGB: (240,176,255) (94%, 69%, 100%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 176 of 255 = 69%
B 255 of 255 = 100%

240
176
255

R + G + B ~ 88%. #F0B0FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 240 + 176 + 255 = 671 (100%)
R 240 of 671 ~ 35.77%
G 176 of 671 ~ 26.23%
B 255 of 671 ~ 38'%

%35.77
%26.23
%38

CMYK RENK MODELİ

#F0B0FF rengi CMYK tonu (6,31,0,0).

  • camgöbeği tonu 5.88%
  • eflatun tonu 30.98%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (6,31,0,0)
C6M31Y0K0 (6%, 31%, 0%, 0%)
(0.06 / 0.31 / 0.00 / 0.00)

CMYK yüzdeleri

%5.88
%30.98
%0
%0

Codes

Color #F0B0FF in popluar color models

F0 B0 FF
RGB 240 176 255
HSL 289° 100.00% 84.51%
HSB/HSV 289° 30.98% 100.00%
CMYK 5.88% 30.98% 0.00%
0.00%

Color #F0B0FF in popluar number systems.

HEX F0 B0 FF
Decimal 240 176 255
Binary 11110000 10110000 11111111
Octal 360 260 377

Shades and tints

Shades of #F0B0FF

#F0B0FF
(240,176,255)
#DBA0E8
(219,160,232)
#C690D1
(198,144,209)
#B180BA
(177,128,186)
#9C70A3
(156,112,163)
#87608C
(135,96,140)
#725075
(114,80,117)
#5D405E
(93,64,94)
#483047
(72,48,71)
#332030
(51,32,48)
#1E1019
(30,16,25)
#000000
(0,0,0)

Tints of #F0B0FF

#F0B0FF
(240,176,255)
#F1B7FF
(241,183,255)
#F2BEFF
(242,190,255)
#F3C5FF
(243,197,255)
#F4CCFF
(244,204,255)
#F5D3FF
(245,211,255)
#F6DAFF
(246,218,255)
#F7E1FF
(247,225,255)
#F8E8FF
(248,232,255)
#F9EFFF
(249,239,255)
#FAF6FF
(250,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B0FF color. Also use rgb(240,176,255) instead hex code.

Text Font Color

.myTextColor { color: #F0B0FF; }

<p style="color:#F0B0FF">This sample text font color is #F0B0FF.</p>

This text font color is #F0B0FF.

Background Color

.myBgColor { background-color: #F0B0FF; }

<div style="background-color:#F0B0FF">Inner text</div>

This div background color is #F0B0FF.

Border color

.myBorderColor { border: 1px solid #F0B0FF; }

<div style="border:3px solid #F0B0FF">Div</div>

This div border color is #F0B0FF.

Opacity

.myOpacity80 { color: #F0B0FF; opacity: 0.8; }

<p style="color:#F0B0FF;opacity:0.8;">80%</p>

Text with #F0B0FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0B0FF;}

<p style="text-shadow: 3px 3px 1px #F0B0FF">Text here.</p>

This text has shadow with #F0B0FF color.


.textShadow {text-shadow: 3px 3px 1px #F0B0FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0B0FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0B0FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0B0FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0B0FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0B0FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0B0FF;
-webkit-box-shadow: 1px 1px 3px 2px #F0B0FF;
box-shadow: 1px 1px 3px 2px #F0B0FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0B0FF; -webkit-box-shadow: 1px 1px 3px 2px #F0B0FF; box-shadow:1px 1px 3px 2px #F0B0FF;">
Div content here
</div>

This div box has shadow with color #F0B0FF.

Preview

Color preview on black background

This text has color #F0B0FF on black background.


Color preview on white background

This text has color #F0B0FF on white background.


Black color preview on #F0B0FF background

This text has black color on #F0B0FF background.


White color preview on #F0B0FF background

This text has white color on #F0B0FF background.


Related colors

Complementary color

Complementary color for #hex is #0F4F00.


I love getcolorcode.com

Triadic colors

1 #FFF0B0 and #B0FFF0 with #F0B0FF are triadic colors.

2 #FFB0F0 and #B0F0FF with #F0B0FF are triadic colors.