COLOR #F2D7CA

HEX: #F2D7CA
RGB: (242,215,202)

Color info

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

RGB color model

#F2D7CA color RGB value is (242,215,202).

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

RGB channels and saturation

R 242 of 255 = 95%
G 215 of 255 = 84%
B 202 of 255 = 79%

242
215
202

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

Portions of RGB colors in percentages

R + G + B =
242 + 215 + 202 = 659 (100%)
R 242 of 659 ~ 36.72%
G 215 of 659 ~ 32.63%
B 202 of 659 ~ 30.65%

%36.72
%32.63
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.16%
  • 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
%11.16
%16.53
%5.1

Codes

Color #F2D7CA in popluar color models

F2D7CA
RGB242215202
HSL20°60.61%87.06%
HSB/HSV20°16.53%94.90%
CMYK0.00%11.16%16.53%
5.10%

Color #F2D7CA in popluar number systems.

HEXF2D7CA
Decimal242215202
Binary111100101101011111001010
Octal362327312

Shades and tints

Shades of #F2D7CA

#F2D7CA
(242,215,202)
#DCC4B8
(220,196,184)
#C6B1A6
(198,177,166)
#B09E94
(176,158,148)
#9A8B82
(154,139,130)
#847870
(132,120,112)
#6E655E
(110,101,94)
#58524C
(88,82,76)
#423F3A
(66,63,58)
#2C2C28
(44,44,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #F2D7CA

#F2D7CA
(242,215,202)
#F3DACE
(243,218,206)
#F4DDD2
(244,221,210)
#F5E0D6
(245,224,214)
#F6E3DA
(246,227,218)
#F7E6DE
(247,230,222)
#F8E9E2
(248,233,226)
#F9ECE6
(249,236,230)
#FAEFEA
(250,239,234)
#FBF2EE
(251,242,238)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D7CA; }

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

This text font color is #F2D7CA.


Background Color

.myBgColor { background-color: #F2D7CA; }

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

This div background color is #F2D7CA.


Border color

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

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

This div border color is #F2D7CA.


Opacity

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

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

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

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

This text has shadow with #F2D7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D7CA on black background.


Color preview on white background

This text has color #F2D7CA on white background.



Black color preview on #F2D7CA background

This text has black color on #F2D7CA background.


White color preview on #F2D7CA background

This text has white color on #F2D7CA background.