COLOR #F0D5A4

HEX: #F0D5A4
RGB: (240,213,164)

Color info

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

RGB color model

#F0D5A4 color RGB value is (240,213,164).

  • red value is 240;
  • green value is 213;
  • blue value is 164.
RGB:
(240,213,164)
(94%,84%,64%)

RGB channels and saturation

R 240 of 255 = 94%
G 213 of 255 = 84%
B 164 of 255 = 64%

240
213
164

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

Portions of RGB colors in percentages

R + G + B =
240 + 213 + 164 = 617 (100%)
R 240 of 617 ~ 38.9%
G 213 of 617 ~ 34.52%
B 164 of 617 ~ 26.58%

%38.9
%34.52
%26.58

CMYK color model

#F0D5A4 color CMYK value is (0,11,32,6).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 31.67%
  • key color value is 5.88%
CMYK:
(0,11,32,6)
C0M11Y32K6 
(0%,11%,32%,6%)
(0.00/0.11/0.32/0.06)	

CMYK percentages

%0
%11.25
%31.67
%5.88

Codes

Color #F0D5A4 in popluar color models

F0D5A4
RGB240213164
HSL39°71.70%79.22%
HSB/HSV39°31.67%94.12%
CMYK0.00%11.25%31.67%
5.88%

Color #F0D5A4 in popluar number systems.

HEXF0D5A4
Decimal240213164
Binary111100001101010110100100
Octal360325244

Shades and tints

Shades of #F0D5A4

#F0D5A4
(240,213,164)
#DBC296
(219,194,150)
#C6AF88
(198,175,136)
#B19C7A
(177,156,122)
#9C896C
(156,137,108)
#87765E
(135,118,94)
#726350
(114,99,80)
#5D5042
(93,80,66)
#483D34
(72,61,52)
#332A26
(51,42,38)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #F0D5A4

#F0D5A4
(240,213,164)
#F1D8AC
(241,216,172)
#F2DBB4
(242,219,180)
#F3DEBC
(243,222,188)
#F4E1C4
(244,225,196)
#F5E4CC
(245,228,204)
#F6E7D4
(246,231,212)
#F7EADC
(247,234,220)
#F8EDE4
(248,237,228)
#F9F0EC
(249,240,236)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D5A4; }

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

This text font color is #F0D5A4.


Background Color

.myBgColor { background-color: #F0D5A4; }

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

This div background color is #F0D5A4.


Border color

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

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

This div border color is #F0D5A4.


Opacity

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

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

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

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

This text has shadow with #F0D5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D5A4 on black background.


Color preview on white background

This text has color #F0D5A4 on white background.



Black color preview on #F0D5A4 background

This text has black color on #F0D5A4 background.


White color preview on #F0D5A4 background

This text has white color on #F0D5A4 background.