COLOR #F2D4CC

HEX: #F2D4CC RGB: (242,212,204)

Color info

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

RGB color model

#F2D4CC color RGB value is (242,212,204).

RGB: (242,212,204) (95%, 83%, 80%)

RGB channels and saturation

R 242 of 255 = 95%
G 212 of 255 = 83%
B 204 of 255 = 80%

242
212
204

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

Portions of RGB colors in percentages

R + G + B = 242 + 212 + 204 = 658 (100%)
R 242 of 658 ~ 36.78%
G 212 of 658 ~ 32.22%
B 204 of 658 ~ 31'%

%36.78
%32.22
%31

CMYK color model

#F2D4CC color CMYK value is (0,12,16,5).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK: (0,12,16,5) C0M12Y16K5 (0%,12%,16%,5%) (0.00/0.12/0.16/0.05) 

CMYK percentages

%0
%12.4
%15.7
%5.1

Codes

Color #F2D4CC in popluar color models

F2 D4 CC
RGB 242 212 204
HSL 13° 59.38% 87.45%
HSB/HSV 13° 15.70% 94.90%
CMYK 0.00% 12.40% 15.70%
5.10%

Color #F2D4CC in popluar number systems.

HEX F2 D4 CC
Decimal 242 212 204
Binary 11110010 11010100 11001100
Octal 362 324 314

Shades and tints

Shades of #F2D4CC

#F2D4CC
(242,212,204)
#DCC1BA
(220,193,186)
#C6AEA8
(198,174,168)
#B09B96
(176,155,150)
#9A8884
(154,136,132)
#847572
(132,117,114)
#6E6260
(110,98,96)
#584F4E
(88,79,78)
#423C3C
(66,60,60)
#2C292A
(44,41,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #F2D4CC

#F2D4CC
(242,212,204)
#F3D7D0
(243,215,208)
#F4DAD4
(244,218,212)
#F5DDD8
(245,221,216)
#F6E0DC
(246,224,220)
#F7E3E0
(247,227,224)
#F8E6E4
(248,230,228)
#F9E9E8
(249,233,232)
#FAECEC
(250,236,236)
#FBEFF0
(251,239,240)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D4CC color. Also use rgb(242,212,204) instead hex code.

Text Font Color

.myTextColor { color: #F2D4CC; }

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

This text font color is #F2D4CC.

Background Color

.myBgColor { background-color: #F2D4CC; }

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

This div background color is #F2D4CC.

Border color

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

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

This div border color is #F2D4CC.

Opacity

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

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

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

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

This text has shadow with #F2D4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D4CC.

Preview

Color preview on black background

This text has color #F2D4CC on black background.


Color preview on white background

This text has color #F2D4CC on white background.


Black color preview on #F2D4CC background

This text has black color on #F2D4CC background.


White color preview on #F2D4CC background

This text has white color on #F2D4CC background.


Related colors

Complementary color

Complementary color for #hex is #0D2B33.


I love getcolorcode.com

Triadic colors

1 #CCF2D4 and #D4CCF2 with #F2D4CC are triadic colors.

2 #CCD4F2 and #D4F2CC with #F2D4CC are triadic colors.