COLOR #F0D9AF

HEX: #F0D9AF RGB: (240,217,175)

Color info

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

RGB color model

#F0D9AF color RGB value is (240,217,175).

RGB: (240,217,175) (94%, 85%, 69%)

RGB channels and saturation

R 240 of 255 = 94%
G 217 of 255 = 85%
B 175 of 255 = 69%

240
217
175

R + G + B ~ 83%. #F0D9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 217 + 175 = 632 (100%)
R 240 of 632 ~ 37.97%
G 217 of 632 ~ 34.34%
B 175 of 632 ~ 27.69'%

%37.97
%34.34
%27.69

CMYK color model

#F0D9AF color CMYK value is (0,10,27,6).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 27.08%
  • key color value is 5.88%

CMYK: (0,10,27,6)
C0M10Y27K6 (0%, 10%, 27%, 6%)
(0.00 / 0.10 / 0.27 / 0.06)

CMYK percentages

%0
%9.58
%27.08
%5.88

Codes

Color #F0D9AF in popluar color models

F0 D9 AF
RGB 240 217 175
HSL 39° 68.42% 81.37%
HSB/HSV 39° 27.08% 94.12%
CMYK 0.00% 9.58% 27.08%
5.88%

Color #F0D9AF in popluar number systems.

HEX F0 D9 AF
Decimal 240 217 175
Binary 11110000 11011001 10101111
Octal 360 331 257

Shades and tints

Shades of #F0D9AF

#F0D9AF
(240,217,175)
#DBC6A0
(219,198,160)
#C6B391
(198,179,145)
#B1A082
(177,160,130)
#9C8D73
(156,141,115)
#877A64
(135,122,100)
#726755
(114,103,85)
#5D5446
(93,84,70)
#484137
(72,65,55)
#332E28
(51,46,40)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #F0D9AF

#F0D9AF
(240,217,175)
#F1DCB6
(241,220,182)
#F2DFBD
(242,223,189)
#F3E2C4
(243,226,196)
#F4E5CB
(244,229,203)
#F5E8D2
(245,232,210)
#F6EBD9
(246,235,217)
#F7EEE0
(247,238,224)
#F8F1E7
(248,241,231)
#F9F4EE
(249,244,238)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D9AF; }

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

This text font color is #F0D9AF.

Background Color

.myBgColor { background-color: #F0D9AF; }

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

This div background color is #F0D9AF.

Border color

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

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

This div border color is #F0D9AF.

Opacity

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

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

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

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

This text has shadow with #F0D9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D9AF.

Preview

Color preview on black background

This text has color #F0D9AF on black background.


Color preview on white background

This text has color #F0D9AF on white background.


Black color preview on #F0D9AF background

This text has black color on #F0D9AF background.


White color preview on #F0D9AF background

This text has white color on #F0D9AF background.


Related colors

Complementary color

Complementary color for #hex is #0F2650.


I love getcolorcode.com

Triadic colors

1 #AFF0D9 and #D9AFF0 with #F0D9AF are triadic colors.

2 #AFD9F0 and #D9F0AF with #F0D9AF are triadic colors.