COLOR #F0CEAE

HEX: #F0CEAE
RGB: (240,206,174)

Color info

#F0CEAE contains mainly red and green colors. Web safe color of #F0CEAE is #FFCC99 (or #FC9).

RGB color model

#F0CEAE color RGB value is (240,206,174).

  • red value is 240;
  • green value is 206;
  • blue value is 174.
RGB:
(240,206,174)
(94%,81%,68%)

RGB channels and saturation

R 240 of 255 = 94%
G 206 of 255 = 81%
B 174 of 255 = 68%

240
206
174

R + G + B ~ 81%. #F0CEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 206 + 174 = 620 (100%)
R 240 of 620 ~ 38.71%
G 206 of 620 ~ 33.23%
B 174 of 620 ~ 28.06%

%38.71
%33.23
%28.06

CMYK color model

#F0CEAE color CMYK value is (0,14,28,6).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 27.50%
  • key color value is 5.88%
CMYK:
(0,14,28,6)
C0M14Y28K6 
(0%,14%,28%,6%)
(0.00/0.14/0.28/0.06)	

CMYK percentages

%0
%14.17
%27.5
%5.88

Codes

Color #F0CEAE in popluar color models

F0CEAE
RGB240206174
HSL29°68.75%81.18%
HSB/HSV29°27.50%94.12%
CMYK0.00%14.17%27.50%
5.88%

Color #F0CEAE in popluar number systems.

HEXF0CEAE
Decimal240206174
Binary111100001100111010101110
Octal360316256

Shades and tints

Shades of #F0CEAE

#F0CEAE
(240,206,174)
#DBBC9F
(219,188,159)
#C6AA90
(198,170,144)
#B19881
(177,152,129)
#9C8672
(156,134,114)
#877463
(135,116,99)
#726254
(114,98,84)
#5D5045
(93,80,69)
#483E36
(72,62,54)
#332C27
(51,44,39)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #F0CEAE

#F0CEAE
(240,206,174)
#F1D2B5
(241,210,181)
#F2D6BC
(242,214,188)
#F3DAC3
(243,218,195)
#F4DECA
(244,222,202)
#F5E2D1
(245,226,209)
#F6E6D8
(246,230,216)
#F7EADF
(247,234,223)
#F8EEE6
(248,238,230)
#F9F2ED
(249,242,237)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CEAE color. Also use rgb(240,206,174) instead hex code.

Text Font Color

.myTextColor { color: #F0CEAE; }

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

This text font color is #F0CEAE.


Background Color

.myBgColor { background-color: #F0CEAE; }

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

This div background color is #F0CEAE.


Border color

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

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

This div border color is #F0CEAE.


Opacity

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

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

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

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

This text has shadow with #F0CEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CEAE on black background.


Color preview on white background

This text has color #F0CEAE on white background.



Black color preview on #F0CEAE background

This text has black color on #F0CEAE background.


White color preview on #F0CEAE background

This text has white color on #F0CEAE background.