COLOR #F2D0CD

HEX: #F2D0CD
RGB: (242,208,205)

Color info

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

RGB color model

#F2D0CD color RGB value is (242,208,205).

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

RGB channels and saturation

R 242 of 255 = 95%
G 208 of 255 = 82%
B 205 of 255 = 80%

242
208
205

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

Portions of RGB colors in percentages

R + G + B =
242 + 208 + 205 = 655 (100%)
R 242 of 655 ~ 36.95%
G 208 of 655 ~ 31.76%
B 205 of 655 ~ 31.3%

%36.95
%31.76
%31.3

CMYK color model

#F2D0CD color CMYK value is (0,14,15,5).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(0,14,15,5)
C0M14Y15K5 
(0%,14%,15%,5%)
(0.00/0.14/0.15/0.05)	

CMYK percentages

%0
%14.05
%15.29
%5.1

Codes

Color #F2D0CD in popluar color models

F2D0CD
RGB242208205
HSL58.73%87.65%
HSB/HSV15.29%94.90%
CMYK0.00%14.05%15.29%
5.10%

Color #F2D0CD in popluar number systems.

HEXF2D0CD
Decimal242208205
Binary111100101101000011001101
Octal362320315

Shades and tints

Shades of #F2D0CD

#F2D0CD
(242,208,205)
#DCBEBB
(220,190,187)
#C6ACA9
(198,172,169)
#B09A97
(176,154,151)
#9A8885
(154,136,133)
#847673
(132,118,115)
#6E6461
(110,100,97)
#58524F
(88,82,79)
#42403D
(66,64,61)
#2C2E2B
(44,46,43)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #F2D0CD

#F2D0CD
(242,208,205)
#F3D4D1
(243,212,209)
#F4D8D5
(244,216,213)
#F5DCD9
(245,220,217)
#F6E0DD
(246,224,221)
#F7E4E1
(247,228,225)
#F8E8E5
(248,232,229)
#F9ECE9
(249,236,233)
#FAF0ED
(250,240,237)
#FBF4F1
(251,244,241)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D0CD color. Also use rgb(242,208,205) instead hex code.

Text Font Color

.myTextColor { color: #F2D0CD; }

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

This text font color is #F2D0CD.


Background Color

.myBgColor { background-color: #F2D0CD; }

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

This div background color is #F2D0CD.


Border color

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

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

This div border color is #F2D0CD.


Opacity

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

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

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

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

This text has shadow with #F2D0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D0CD on black background.


Color preview on white background

This text has color #F2D0CD on white background.



Black color preview on #F2D0CD background

This text has black color on #F2D0CD background.


White color preview on #F2D0CD background

This text has white color on #F2D0CD background.