COLOR #F0D2CA

HEX: #F0D2CA
RGB: (240,210,202)

Color info

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

RGB color model

#F0D2CA color RGB value is (240,210,202).

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

RGB channels and saturation

R 240 of 255 = 94%
G 210 of 255 = 82%
B 202 of 255 = 79%

240
210
202

R + G + B ~ 85%. #F0D2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 210 + 202 = 652 (100%)
R 240 of 652 ~ 36.81%
G 210 of 652 ~ 32.21%
B 202 of 652 ~ 30.98%

%36.81
%32.21
%30.98

CMYK color model

#F0D2CA color CMYK value is (0,13,16,6).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(0,13,16,6)
C0M13Y16K6 
(0%,13%,16%,6%)
(0.00/0.13/0.16/0.06)	

CMYK percentages

%0
%12.5
%15.83
%5.88

Codes

Color #F0D2CA in popluar color models

F0D2CA
RGB240210202
HSL13°55.88%86.67%
HSB/HSV13°15.83%94.12%
CMYK0.00%12.50%15.83%
5.88%

Color #F0D2CA in popluar number systems.

HEXF0D2CA
Decimal240210202
Binary111100001101001011001010
Octal360322312

Shades and tints

Shades of #F0D2CA

#F0D2CA
(240,210,202)
#DBBFB8
(219,191,184)
#C6ACA6
(198,172,166)
#B19994
(177,153,148)
#9C8682
(156,134,130)
#877370
(135,115,112)
#72605E
(114,96,94)
#5D4D4C
(93,77,76)
#483A3A
(72,58,58)
#332728
(51,39,40)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #F0D2CA

#F0D2CA
(240,210,202)
#F1D6CE
(241,214,206)
#F2DAD2
(242,218,210)
#F3DED6
(243,222,214)
#F4E2DA
(244,226,218)
#F5E6DE
(245,230,222)
#F6EAE2
(246,234,226)
#F7EEE6
(247,238,230)
#F8F2EA
(248,242,234)
#F9F6EE
(249,246,238)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D2CA; }

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

This text font color is #F0D2CA.


Background Color

.myBgColor { background-color: #F0D2CA; }

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

This div background color is #F0D2CA.


Border color

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

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

This div border color is #F0D2CA.


Opacity

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

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

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

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

This text has shadow with #F0D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D2CA on black background.


Color preview on white background

This text has color #F0D2CA on white background.



Black color preview on #F0D2CA background

This text has black color on #F0D2CA background.


White color preview on #F0D2CA background

This text has white color on #F0D2CA background.