COLOR #F0B8E6

HEX: #F0B8E6
RGB: (240,184,230)

Color info

#F0B8E6 contains red, green and blue colors in about the same proportion. Web safe color of #F0B8E6 is #FFCCCC (or #FCC).

RGB color model

#F0B8E6 color RGB value is (240,184,230).

  • red value is 240;
  • green value is 184;
  • blue value is 230.
RGB:
(240,184,230)
(94%,72%,90%)

RGB channels and saturation

R 240 of 255 = 94%
G 184 of 255 = 72%
B 230 of 255 = 90%

240
184
230

R + G + B ~ 85%. #F0B8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 184 + 230 = 654 (100%)
R 240 of 654 ~ 36.7%
G 184 of 654 ~ 28.13%
B 230 of 654 ~ 35.17%

%36.7
%28.13
%35.17

CMYK color model

#F0B8E6 color CMYK value is (0,23,4,6).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(0,23,4,6)
C0M23Y4K6 
(0%,23%,4%,6%)
(0.00/0.23/0.04/0.06)	

CMYK percentages

%0
%23.33
%4.17
%5.88

Codes

Color #F0B8E6 in popluar color models

F0B8E6
RGB240184230
HSL311°65.12%83.14%
HSB/HSV311°23.33%94.12%
CMYK0.00%23.33%4.17%
5.88%

Color #F0B8E6 in popluar number systems.

HEXF0B8E6
Decimal240184230
Binary111100001011100011100110
Octal360270346

Shades and tints

Shades of #F0B8E6

#F0B8E6
(240,184,230)
#DBA8D2
(219,168,210)
#C698BE
(198,152,190)
#B188AA
(177,136,170)
#9C7896
(156,120,150)
#876882
(135,104,130)
#72586E
(114,88,110)
#5D485A
(93,72,90)
#483846
(72,56,70)
#332832
(51,40,50)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #F0B8E6

#F0B8E6
(240,184,230)
#F1BEE8
(241,190,232)
#F2C4EA
(242,196,234)
#F3CAEC
(243,202,236)
#F4D0EE
(244,208,238)
#F5D6F0
(245,214,240)
#F6DCF2
(246,220,242)
#F7E2F4
(247,226,244)
#F8E8F6
(248,232,246)
#F9EEF8
(249,238,248)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B8E6 color. Also use rgb(240,184,230) instead hex code.

Text Font Color

.myTextColor { color: #F0B8E6; }

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

This text font color is #F0B8E6.


Background Color

.myBgColor { background-color: #F0B8E6; }

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

This div background color is #F0B8E6.


Border color

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

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

This div border color is #F0B8E6.


Opacity

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

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

Text with #F0B8E6 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 #F0B8E6;}

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

This text has shadow with #F0B8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B8E6 on black background.


Color preview on white background

This text has color #F0B8E6 on white background.



Black color preview on #F0B8E6 background

This text has black color on #F0B8E6 background.


White color preview on #F0B8E6 background

This text has white color on #F0B8E6 background.