COLOR #F0D2CF

HEX: #F0D2CF
RGB: (240,210,207)

Color info

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

RGB color model

#F0D2CF color RGB value is (240,210,207).

  • red value is 240;
  • green value is 210;
  • blue value is 207.
RGB:
(240,210,207)
(94%,82%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 210 of 255 = 82%
B 207 of 255 = 81%

240
210
207

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

Portions of RGB colors in percentages

R + G + B =
240 + 210 + 207 = 657 (100%)
R 240 of 657 ~ 36.53%
G 210 of 657 ~ 31.96%
B 207 of 657 ~ 31.51%

%36.53
%31.96
%31.51

CMYK color model

#F0D2CF color CMYK value is (0,13,14,6).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,13,14,6)
C0M13Y14K6 
(0%,13%,14%,6%)
(0.00/0.13/0.14/0.06)	

CMYK percentages

%0
%12.5
%13.75
%5.88

Codes

Color #F0D2CF in popluar color models

F0D2CF
RGB240210207
HSL52.38%87.65%
HSB/HSV13.75%94.12%
CMYK0.00%12.50%13.75%
5.88%

Color #F0D2CF in popluar number systems.

HEXF0D2CF
Decimal240210207
Binary111100001101001011001111
Octal360322317

Shades and tints

Shades of #F0D2CF

#F0D2CF
(240,210,207)
#DBBFBD
(219,191,189)
#C6ACAB
(198,172,171)
#B19999
(177,153,153)
#9C8687
(156,134,135)
#877375
(135,115,117)
#726063
(114,96,99)
#5D4D51
(93,77,81)
#483A3F
(72,58,63)
#33272D
(51,39,45)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #F0D2CF

#F0D2CF
(240,210,207)
#F1D6D3
(241,214,211)
#F2DAD7
(242,218,215)
#F3DEDB
(243,222,219)
#F4E2DF
(244,226,223)
#F5E6E3
(245,230,227)
#F6EAE7
(246,234,231)
#F7EEEB
(247,238,235)
#F8F2EF
(248,242,239)
#F9F6F3
(249,246,243)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D2CF color. Also use rgb(240,210,207) instead hex code.

Text Font Color

.myTextColor { color: #F0D2CF; }

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

This text font color is #F0D2CF.


Background Color

.myBgColor { background-color: #F0D2CF; }

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

This div background color is #F0D2CF.


Border color

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

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

This div border color is #F0D2CF.


Opacity

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

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

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

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

This text has shadow with #F0D2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D2CF on black background.


Color preview on white background

This text has color #F0D2CF on white background.



Black color preview on #F0D2CF background

This text has black color on #F0D2CF background.


White color preview on #F0D2CF background

This text has white color on #F0D2CF background.