COLOR #F2D8D1

HEX: #F2D8D1 RGB: (242,216,209)

Color info

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

RGB color model

#F2D8D1 color RGB value is (242,216,209).

RGB: (242,216,209) (95%, 85%, 82%)

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 209 of 255 = 82%

242
216
209

R + G + B ~ 87%. #F2D8D1 is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 216 + 209 = 667 (100%)
R 242 of 667 ~ 36.28%
G 216 of 667 ~ 32.38%
B 209 of 667 ~ 31.33'%

%36.28
%32.38
%31.33

CMYK color model

#F2D8D1 color CMYK value is (0,11,14,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 13.64%
  • key color value is 5.10%

CMYK: (0,11,14,5)
C0M11Y14K5 (0%, 11%, 14%, 5%)
(0.00 / 0.11 / 0.14 / 0.05)

CMYK percentages

%0
%10.74
%13.64
%5.1

Codes

Color #F2D8D1 in popluar color models

F2 D8 D1
RGB 242 216 209
HSL 13° 55.93% 88.43%
HSB/HSV 13° 13.64% 94.90%
CMYK 0.00% 10.74% 13.64%
5.10%

Color #F2D8D1 in popluar number systems.

HEX F2 D8 D1
Decimal 242 216 209
Binary 11110010 11011000 11010001
Octal 362 330 321

Shades and tints

Shades of #F2D8D1

#F2D8D1
(242,216,209)
#DCC5BE
(220,197,190)
#C6B2AB
(198,178,171)
#B09F98
(176,159,152)
#9A8C85
(154,140,133)
#847972
(132,121,114)
#6E665F
(110,102,95)
#58534C
(88,83,76)
#424039
(66,64,57)
#2C2D26
(44,45,38)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #F2D8D1

#F2D8D1
(242,216,209)
#F3DBD5
(243,219,213)
#F4DED9
(244,222,217)
#F5E1DD
(245,225,221)
#F6E4E1
(246,228,225)
#F7E7E5
(247,231,229)
#F8EAE9
(248,234,233)
#F9EDED
(249,237,237)
#FAF0F1
(250,240,241)
#FBF3F5
(251,243,245)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D8D1; }

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

This text font color is #F2D8D1.

Background Color

.myBgColor { background-color: #F2D8D1; }

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

This div background color is #F2D8D1.

Border color

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

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

This div border color is #F2D8D1.

Opacity

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

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

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

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

This text has shadow with #F2D8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D8D1.

Preview

Color preview on black background

This text has color #F2D8D1 on black background.


Color preview on white background

This text has color #F2D8D1 on white background.


Black color preview on #F2D8D1 background

This text has black color on #F2D8D1 background.


White color preview on #F2D8D1 background

This text has white color on #F2D8D1 background.


Related colors

Complementary color

Complementary color for #hex is #0D272E.


I love getcolorcode.com

Triadic colors

1 #D1F2D8 and #D8D1F2 with #F2D8D1 are triadic colors.

2 #D1D8F2 and #D8F2D1 with #F2D8D1 are triadic colors.