COLOR #F0D4AF

HEX: #F0D4AF
RGB: (240,212,175)

Color info

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

RGB color model

#F0D4AF color RGB value is (240,212,175).

  • red value is 240;
  • green value is 212;
  • blue value is 175.
RGB:
(240,212,175)
(94%,83%,69%)

RGB channels and saturation

R 240 of 255 = 94%
G 212 of 255 = 83%
B 175 of 255 = 69%

240
212
175

R + G + B ~ 82%. #F0D4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 212 + 175 = 627 (100%)
R 240 of 627 ~ 38.28%
G 212 of 627 ~ 33.81%
B 175 of 627 ~ 27.91%

%38.28
%33.81
%27.91

CMYK color model

#F0D4AF color CMYK value is (0,12,27,6).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(0,12,27,6)
C0M12Y27K6 
(0%,12%,27%,6%)
(0.00/0.12/0.27/0.06)	

CMYK percentages

%0
%11.67
%27.08
%5.88

Codes

Color #F0D4AF in popluar color models

F0D4AF
RGB240212175
HSL34°68.42%81.37%
HSB/HSV34°27.08%94.12%
CMYK0.00%11.67%27.08%
5.88%

Color #F0D4AF in popluar number systems.

HEXF0D4AF
Decimal240212175
Binary111100001101010010101111
Octal360324257

Shades and tints

Shades of #F0D4AF

#F0D4AF
(240,212,175)
#DBC1A0
(219,193,160)
#C6AE91
(198,174,145)
#B19B82
(177,155,130)
#9C8873
(156,136,115)
#877564
(135,117,100)
#726255
(114,98,85)
#5D4F46
(93,79,70)
#483C37
(72,60,55)
#332928
(51,41,40)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #F0D4AF

#F0D4AF
(240,212,175)
#F1D7B6
(241,215,182)
#F2DABD
(242,218,189)
#F3DDC4
(243,221,196)
#F4E0CB
(244,224,203)
#F5E3D2
(245,227,210)
#F6E6D9
(246,230,217)
#F7E9E0
(247,233,224)
#F8ECE7
(248,236,231)
#F9EFEE
(249,239,238)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D4AF color. Also use rgb(240,212,175) instead hex code.

Text Font Color

.myTextColor { color: #F0D4AF; }

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

This text font color is #F0D4AF.


Background Color

.myBgColor { background-color: #F0D4AF; }

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

This div background color is #F0D4AF.


Border color

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

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

This div border color is #F0D4AF.


Opacity

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

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

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

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

This text has shadow with #F0D4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D4AF on black background.


Color preview on white background

This text has color #F0D4AF on white background.



Black color preview on #F0D4AF background

This text has black color on #F0D4AF background.


White color preview on #F0D4AF background

This text has white color on #F0D4AF background.