COLOR #F2D2CB

HEX: #F2D2CB
RGB: (242,210,203)

Color info

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

RGB color model

#F2D2CB color RGB value is (242,210,203).

  • red value is 242;
  • green value is 210;
  • blue value is 203.
RGB:
(242,210,203)
(95%,82%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 210 of 255 = 82%
B 203 of 255 = 80%

242
210
203

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

Portions of RGB colors in percentages

R + G + B =
242 + 210 + 203 = 655 (100%)
R 242 of 655 ~ 36.95%
G 210 of 655 ~ 32.06%
B 203 of 655 ~ 30.99%

%36.95
%32.06
%30.99

CMYK color model

#F2D2CB color CMYK value is (0,13,16,5).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(0,13,16,5)
C0M13Y16K5 
(0%,13%,16%,5%)
(0.00/0.13/0.16/0.05)	

CMYK percentages

%0
%13.22
%16.12
%5.1

Codes

Color #F2D2CB in popluar color models

F2D2CB
RGB242210203
HSL11°60.00%87.25%
HSB/HSV11°16.12%94.90%
CMYK0.00%13.22%16.12%
5.10%

Color #F2D2CB in popluar number systems.

HEXF2D2CB
Decimal242210203
Binary111100101101001011001011
Octal362322313

Shades and tints

Shades of #F2D2CB

#F2D2CB
(242,210,203)
#DCBFB9
(220,191,185)
#C6ACA7
(198,172,167)
#B09995
(176,153,149)
#9A8683
(154,134,131)
#847371
(132,115,113)
#6E605F
(110,96,95)
#584D4D
(88,77,77)
#423A3B
(66,58,59)
#2C2729
(44,39,41)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #F2D2CB

#F2D2CB
(242,210,203)
#F3D6CF
(243,214,207)
#F4DAD3
(244,218,211)
#F5DED7
(245,222,215)
#F6E2DB
(246,226,219)
#F7E6DF
(247,230,223)
#F8EAE3
(248,234,227)
#F9EEE7
(249,238,231)
#FAF2EB
(250,242,235)
#FBF6EF
(251,246,239)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D2CB color. Also use rgb(242,210,203) instead hex code.

Text Font Color

.myTextColor { color: #F2D2CB; }

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

This text font color is #F2D2CB.


Background Color

.myBgColor { background-color: #F2D2CB; }

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

This div background color is #F2D2CB.


Border color

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

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

This div border color is #F2D2CB.


Opacity

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

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

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

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

This text has shadow with #F2D2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D2CB on black background.


Color preview on white background

This text has color #F2D2CB on white background.



Black color preview on #F2D2CB background

This text has black color on #F2D2CB background.


White color preview on #F2D2CB background

This text has white color on #F2D2CB background.