COLOR #F0B8DE

HEX: #F0B8DE
RGB: (240,184,222)

Color info

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

RGB color model

#F0B8DE color RGB value is (240,184,222).

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

RGB channels and saturation

R 240 of 255 = 94%
G 184 of 255 = 72%
B 222 of 255 = 87%

240
184
222

R + G + B ~ 84%. #F0B8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 184 + 222 = 646 (100%)
R 240 of 646 ~ 37.15%
G 184 of 646 ~ 28.48%
B 222 of 646 ~ 34.37%

%37.15
%28.48
%34.37

CMYK color model

#F0B8DE color CMYK value is (0,23,8,6).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(0,23,8,6)
C0M23Y8K6 
(0%,23%,8%,6%)
(0.00/0.23/0.08/0.06)	

CMYK percentages

%0
%23.33
%7.5
%5.88

Codes

Color #F0B8DE in popluar color models

F0B8DE
RGB240184222
HSL319°65.12%83.14%
HSB/HSV319°23.33%94.12%
CMYK0.00%23.33%7.50%
5.88%

Color #F0B8DE in popluar number systems.

HEXF0B8DE
Decimal240184222
Binary111100001011100011011110
Octal360270336

Shades and tints

Shades of #F0B8DE

#F0B8DE
(240,184,222)
#DBA8CA
(219,168,202)
#C698B6
(198,152,182)
#B188A2
(177,136,162)
#9C788E
(156,120,142)
#87687A
(135,104,122)
#725866
(114,88,102)
#5D4852
(93,72,82)
#48383E
(72,56,62)
#33282A
(51,40,42)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #F0B8DE

#F0B8DE
(240,184,222)
#F1BEE1
(241,190,225)
#F2C4E4
(242,196,228)
#F3CAE7
(243,202,231)
#F4D0EA
(244,208,234)
#F5D6ED
(245,214,237)
#F6DCF0
(246,220,240)
#F7E2F3
(247,226,243)
#F8E8F6
(248,232,246)
#F9EEF9
(249,238,249)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B8DE; }

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

This text font color is #F0B8DE.


Background Color

.myBgColor { background-color: #F0B8DE; }

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

This div background color is #F0B8DE.


Border color

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

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

This div border color is #F0B8DE.


Opacity

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

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

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

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

This text has shadow with #F0B8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B8DE on black background.


Color preview on white background

This text has color #F0B8DE on white background.



Black color preview on #F0B8DE background

This text has black color on #F0B8DE background.


White color preview on #F0B8DE background

This text has white color on #F0B8DE background.