COLOR #F4D6CA

HEX: #F4D6CA RGB: (244,214,202)

Color info

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

RGB color model

#F4D6CA color RGB value is (244,214,202).

RGB: (244,214,202) (96%, 84%, 79%)

RGB channels and saturation

R 244 of 255 = 96%
G 214 of 255 = 84%
B 202 of 255 = 79%

244
214
202

R + G + B ~ 86%. #F4D6CA is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 214 + 202 = 660 (100%)
R 244 of 660 ~ 36.97%
G 214 of 660 ~ 32.42%
B 202 of 660 ~ 30.61'%

%36.97
%32.42
%30.61

CMYK color model

#F4D6CA color CMYK value is (0,12,17,4).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 17.21%
  • key color value is 4.31%

CMYK: (0,12,17,4)
C0M12Y17K4 (0%, 12%, 17%, 4%)
(0.00 / 0.12 / 0.17 / 0.04)

CMYK percentages

%0
%12.3
%17.21
%4.31

Codes

Color #F4D6CA in popluar color models

F4 D6 CA
RGB 244 214 202
HSL 17° 65.63% 87.45%
HSB/HSV 17° 17.21% 95.69%
CMYK 0.00% 12.30% 17.21%
4.31%

Color #F4D6CA in popluar number systems.

HEX F4 D6 CA
Decimal 244 214 202
Binary 11110100 11010110 11001010
Octal 364 326 312

Shades and tints

Shades of #F4D6CA

#F4D6CA
(244,214,202)
#DEC3B8
(222,195,184)
#C8B0A6
(200,176,166)
#B29D94
(178,157,148)
#9C8A82
(156,138,130)
#867770
(134,119,112)
#70645E
(112,100,94)
#5A514C
(90,81,76)
#443E3A
(68,62,58)
#2E2B28
(46,43,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #F4D6CA

#F4D6CA
(244,214,202)
#F5D9CE
(245,217,206)
#F6DCD2
(246,220,210)
#F7DFD6
(247,223,214)
#F8E2DA
(248,226,218)
#F9E5DE
(249,229,222)
#FAE8E2
(250,232,226)
#FBEBE6
(251,235,230)
#FCEEEA
(252,238,234)
#FDF1EE
(253,241,238)
#FEF4F2
(254,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D6CA color. Also use rgb(244,214,202) instead hex code.

Text Font Color

.myTextColor { color: #F4D6CA; }

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

This text font color is #F4D6CA.

Background Color

.myBgColor { background-color: #F4D6CA; }

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

This div background color is #F4D6CA.

Border color

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

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

This div border color is #F4D6CA.

Opacity

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

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

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

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

This text has shadow with #F4D6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D6CA.

Preview

Color preview on black background

This text has color #F4D6CA on black background.


Color preview on white background

This text has color #F4D6CA on white background.


Black color preview on #F4D6CA background

This text has black color on #F4D6CA background.


White color preview on #F4D6CA background

This text has white color on #F4D6CA background.


Related colors

Complementary color

Complementary color for #hex is #0B2935.


I love getcolorcode.com

Triadic colors

1 #CAF4D6 and #D6CAF4 with #F4D6CA are triadic colors.

2 #CAD6F4 and #D6F4CA with #F4D6CA are triadic colors.