COLOR #F2D8CA

HEX: #F2D8CA
RGB: (242,216,202)

Color info

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

RGB color model

#F2D8CA color RGB value is (242,216,202).

  • red value is 242;
  • green value is 216;
  • blue value is 202.
RGB:
(242,216,202)
(95%,85%,79%)

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 202 of 255 = 79%

242
216
202

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

Portions of RGB colors in percentages

R + G + B =
242 + 216 + 202 = 660 (100%)
R 242 of 660 ~ 36.67%
G 216 of 660 ~ 32.73%
B 202 of 660 ~ 30.61%

%36.67
%32.73
%30.61

CMYK color model

#F2D8CA color CMYK value is (0,11,17,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(0,11,17,5)
C0M11Y17K5 
(0%,11%,17%,5%)
(0.00/0.11/0.17/0.05)	

CMYK percentages

%0
%10.74
%16.53
%5.1

Codes

Color #F2D8CA in popluar color models

F2D8CA
RGB242216202
HSL21°60.61%87.06%
HSB/HSV21°16.53%94.90%
CMYK0.00%10.74%16.53%
5.10%

Color #F2D8CA in popluar number systems.

HEXF2D8CA
Decimal242216202
Binary111100101101100011001010
Octal362330312

Shades and tints

Shades of #F2D8CA

#F2D8CA
(242,216,202)
#DCC5B8
(220,197,184)
#C6B2A6
(198,178,166)
#B09F94
(176,159,148)
#9A8C82
(154,140,130)
#847970
(132,121,112)
#6E665E
(110,102,94)
#58534C
(88,83,76)
#42403A
(66,64,58)
#2C2D28
(44,45,40)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #F2D8CA

#F2D8CA
(242,216,202)
#F3DBCE
(243,219,206)
#F4DED2
(244,222,210)
#F5E1D6
(245,225,214)
#F6E4DA
(246,228,218)
#F7E7DE
(247,231,222)
#F8EAE2
(248,234,226)
#F9EDE6
(249,237,230)
#FAF0EA
(250,240,234)
#FBF3EE
(251,243,238)
#FCF6F2
(252,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D8CA color. Also use rgb(242,216,202) instead hex code.

Text Font Color

.myTextColor { color: #F2D8CA; }

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

This text font color is #F2D8CA.


Background Color

.myBgColor { background-color: #F2D8CA; }

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

This div background color is #F2D8CA.


Border color

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

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

This div border color is #F2D8CA.


Opacity

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

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

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

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

This text has shadow with #F2D8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D8CA on black background.


Color preview on white background

This text has color #F2D8CA on white background.



Black color preview on #F2D8CA background

This text has black color on #F2D8CA background.


White color preview on #F2D8CA background

This text has white color on #F2D8CA background.