COLOR #F0DECA

HEX: #F0DECA
RGB: (240,222,202)

Color info

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

RGB color model

#F0DECA color RGB value is (240,222,202).

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

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 202 of 255 = 79%

240
222
202

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

Portions of RGB colors in percentages

R + G + B =
240 + 222 + 202 = 664 (100%)
R 240 of 664 ~ 36.14%
G 222 of 664 ~ 33.43%
B 202 of 664 ~ 30.42%

%36.14
%33.43
%30.42

CMYK color model

#F0DECA color CMYK value is (0,8,16,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(0,8,16,6)
C0M8Y16K6 
(0%,8%,16%,6%)
(0.00/0.08/0.16/0.06)	

CMYK percentages

%0
%7.5
%15.83
%5.88

Codes

Color #F0DECA in popluar color models

F0DECA
RGB240222202
HSL32°55.88%86.67%
HSB/HSV32°15.83%94.12%
CMYK0.00%7.50%15.83%
5.88%

Color #F0DECA in popluar number systems.

HEXF0DECA
Decimal240222202
Binary111100001101111011001010
Octal360336312

Shades and tints

Shades of #F0DECA

#F0DECA
(240,222,202)
#DBCAB8
(219,202,184)
#C6B6A6
(198,182,166)
#B1A294
(177,162,148)
#9C8E82
(156,142,130)
#877A70
(135,122,112)
#72665E
(114,102,94)
#5D524C
(93,82,76)
#483E3A
(72,62,58)
#332A28
(51,42,40)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #F0DECA

#F0DECA
(240,222,202)
#F1E1CE
(241,225,206)
#F2E4D2
(242,228,210)
#F3E7D6
(243,231,214)
#F4EADA
(244,234,218)
#F5EDDE
(245,237,222)
#F6F0E2
(246,240,226)
#F7F3E6
(247,243,230)
#F8F6EA
(248,246,234)
#F9F9EE
(249,249,238)
#FAFCF2
(250,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DECA; }

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

This text font color is #F0DECA.


Background Color

.myBgColor { background-color: #F0DECA; }

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

This div background color is #F0DECA.


Border color

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

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

This div border color is #F0DECA.


Opacity

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

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

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

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

This text has shadow with #F0DECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DECA on black background.


Color preview on white background

This text has color #F0DECA on white background.



Black color preview on #F0DECA background

This text has black color on #F0DECA background.


White color preview on #F0DECA background

This text has white color on #F0DECA background.