COLOR #F0D4D6

HEX: #F0D4D6 RGB: (240,212,214)

Color info

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

RGB color model

#F0D4D6 color RGB value is (240,212,214).

RGB: (240,212,214) (94%, 83%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 212 of 255 = 83%
B 214 of 255 = 84%

240
212
214

R + G + B ~ 87%. #F0D4D6 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 212 + 214 = 666 (100%)
R 240 of 666 ~ 36.04%
G 212 of 666 ~ 31.83%
B 214 of 666 ~ 32.13'%

%36.04
%31.83
%32.13

CMYK color model

#F0D4D6 color CMYK value is (0,12,11,6).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK: (0,12,11,6) C0M12Y11K6 (0%,12%,11%,6%) (0.00/0.12/0.11/0.06) 

CMYK percentages

%0
%11.67
%10.83
%5.88

Codes

Color #F0D4D6 in popluar color models

F0 D4 D6
RGB 240 212 214
HSL 356° 48.28% 88.63%
HSB/HSV 356° 11.67% 94.12%
CMYK 0.00% 11.67% 10.83%
5.88%

Color #F0D4D6 in popluar number systems.

HEX F0 D4 D6
Decimal 240 212 214
Binary 11110000 11010100 11010110
Octal 360 324 326

Shades and tints

Shades of #F0D4D6

#F0D4D6
(240,212,214)
#DBC1C3
(219,193,195)
#C6AEB0
(198,174,176)
#B19B9D
(177,155,157)
#9C888A
(156,136,138)
#877577
(135,117,119)
#726264
(114,98,100)
#5D4F51
(93,79,81)
#483C3E
(72,60,62)
#33292B
(51,41,43)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #F0D4D6

#F0D4D6
(240,212,214)
#F1D7D9
(241,215,217)
#F2DADC
(242,218,220)
#F3DDDF
(243,221,223)
#F4E0E2
(244,224,226)
#F5E3E5
(245,227,229)
#F6E6E8
(246,230,232)
#F7E9EB
(247,233,235)
#F8ECEE
(248,236,238)
#F9EFF1
(249,239,241)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D4D6 color. Also use rgb(240,212,214) instead hex code.

Text Font Color

.myTextColor { color: #F0D4D6; }

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

This text font color is #F0D4D6.

Background Color

.myBgColor { background-color: #F0D4D6; }

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

This div background color is #F0D4D6.

Border color

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

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

This div border color is #F0D4D6.

Opacity

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

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

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

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

This text has shadow with #F0D4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D4D6.

Preview

Color preview on black background

This text has color #F0D4D6 on black background.


Color preview on white background

This text has color #F0D4D6 on white background.


Black color preview on #F0D4D6 background

This text has black color on #F0D4D6 background.


White color preview on #F0D4D6 background

This text has white color on #F0D4D6 background.


Related colors

Complementary color

Complementary color for #hex is #0F2B29.


I love getcolorcode.com

Triadic colors

1 #D6F0D4 and #D4D6F0 with #F0D4D6 are triadic colors.

2 #D6D4F0 and #D4F0D6 with #F0D4D6 are triadic colors.