COLOR #F0DAE4

HEX: #F0DAE4
RGB: (240,218,228)

Color info

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

RGB color model

#F0DAE4 color RGB value is (240,218,228).

  • red value is 240;
  • green value is 218;
  • blue value is 228.
RGB:
(240,218,228)
(94%,85%,89%)

RGB channels and saturation

R 240 of 255 = 94%
G 218 of 255 = 85%
B 228 of 255 = 89%

240
218
228

R + G + B ~ 89%. #F0DAE4 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 218 + 228 = 686 (100%)
R 240 of 686 ~ 34.99%
G 218 of 686 ~ 31.78%
B 228 of 686 ~ 33.24%

%34.99
%31.78
%33.24

CMYK color model

#F0DAE4 color CMYK value is (0,9,5,6).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(0,9,5,6)
C0M9Y5K6 
(0%,9%,5%,6%)
(0.00/0.09/0.05/0.06)	

CMYK percentages

%0
%9.17
%5
%5.88

Codes

Color #F0DAE4 in popluar color models

F0DAE4
RGB240218228
HSL333°42.31%89.80%
HSB/HSV333°9.17%94.12%
CMYK0.00%9.17%5.00%
5.88%

Color #F0DAE4 in popluar number systems.

HEXF0DAE4
Decimal240218228
Binary111100001101101011100100
Octal360332344

Shades and tints

Shades of #F0DAE4

#F0DAE4
(240,218,228)
#DBC7D0
(219,199,208)
#C6B4BC
(198,180,188)
#B1A1A8
(177,161,168)
#9C8E94
(156,142,148)
#877B80
(135,123,128)
#72686C
(114,104,108)
#5D5558
(93,85,88)
#484244
(72,66,68)
#332F30
(51,47,48)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #F0DAE4

#F0DAE4
(240,218,228)
#F1DDE6
(241,221,230)
#F2E0E8
(242,224,232)
#F3E3EA
(243,227,234)
#F4E6EC
(244,230,236)
#F5E9EE
(245,233,238)
#F6ECF0
(246,236,240)
#F7EFF2
(247,239,242)
#F8F2F4
(248,242,244)
#F9F5F6
(249,245,246)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DAE4 color. Also use rgb(240,218,228) instead hex code.

Text Font Color

.myTextColor { color: #F0DAE4; }

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

This text font color is #F0DAE4.


Background Color

.myBgColor { background-color: #F0DAE4; }

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

This div background color is #F0DAE4.


Border color

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

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

This div border color is #F0DAE4.


Opacity

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

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

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

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

This text has shadow with #F0DAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DAE4 on black background.


Color preview on white background

This text has color #F0DAE4 on white background.



Black color preview on #F0DAE4 background

This text has black color on #F0DAE4 background.


White color preview on #F0DAE4 background

This text has white color on #F0DAE4 background.