COLOR #F0CEA4

HEX: #F0CEA4 RGB: (240,206,164)

Color info

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

RGB color model

#F0CEA4 color RGB value is (240,206,164).

RGB: (240,206,164) (94%, 81%, 64%)

RGB channels and saturation

R 240 of 255 = 94%
G 206 of 255 = 81%
B 164 of 255 = 64%

240
206
164

R + G + B ~ 80%. #F0CEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 206 + 164 = 610 (100%)
R 240 of 610 ~ 39.34%
G 206 of 610 ~ 33.77%
B 164 of 610 ~ 26.89'%

%39.34
%33.77
%26.89

CMYK color model

#F0CEA4 color CMYK value is (0,14,32,6).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 31.67%
  • key color value is 5.88%

CMYK: (0,14,32,6)
C0M14Y32K6 (0%, 14%, 32%, 6%)
(0.00 / 0.14 / 0.32 / 0.06)

CMYK percentages

%0
%14.17
%31.67
%5.88

Codes

Color #F0CEA4 in popluar color models

F0 CE A4
RGB 240 206 164
HSL 33° 71.70% 79.22%
HSB/HSV 33° 31.67% 94.12%
CMYK 0.00% 14.17% 31.67%
5.88%

Color #F0CEA4 in popluar number systems.

HEX F0 CE A4
Decimal 240 206 164
Binary 11110000 11001110 10100100
Octal 360 316 244

Shades and tints

Shades of #F0CEA4

#F0CEA4
(240,206,164)
#DBBC96
(219,188,150)
#C6AA88
(198,170,136)
#B1987A
(177,152,122)
#9C866C
(156,134,108)
#87745E
(135,116,94)
#726250
(114,98,80)
#5D5042
(93,80,66)
#483E34
(72,62,52)
#332C26
(51,44,38)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #F0CEA4

#F0CEA4
(240,206,164)
#F1D2AC
(241,210,172)
#F2D6B4
(242,214,180)
#F3DABC
(243,218,188)
#F4DEC4
(244,222,196)
#F5E2CC
(245,226,204)
#F6E6D4
(246,230,212)
#F7EADC
(247,234,220)
#F8EEE4
(248,238,228)
#F9F2EC
(249,242,236)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CEA4; }

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

This text font color is #F0CEA4.

Background Color

.myBgColor { background-color: #F0CEA4; }

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

This div background color is #F0CEA4.

Border color

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

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

This div border color is #F0CEA4.

Opacity

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

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

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

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

This text has shadow with #F0CEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CEA4.

Preview

Color preview on black background

This text has color #F0CEA4 on black background.


Color preview on white background

This text has color #F0CEA4 on white background.


Black color preview on #F0CEA4 background

This text has black color on #F0CEA4 background.


White color preview on #F0CEA4 background

This text has white color on #F0CEA4 background.


Related colors

Complementary color

Complementary color for #hex is #0F315B.


I love getcolorcode.com

Triadic colors

1 #A4F0CE and #CEA4F0 with #F0CEA4 are triadic colors.

2 #A4CEF0 and #CEF0A4 with #F0CEA4 are triadic colors.