COLOR #F0D2AB

HEX: #F0D2AB
RGB: (240,210,171)

Color info

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

RGB color model

#F0D2AB color RGB value is (240,210,171).

  • red value is 240;
  • green value is 210;
  • blue value is 171.
RGB:
(240,210,171)
(94%,82%,67%)

RGB channels and saturation

R 240 of 255 = 94%
G 210 of 255 = 82%
B 171 of 255 = 67%

240
210
171

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

Portions of RGB colors in percentages

R + G + B =
240 + 210 + 171 = 621 (100%)
R 240 of 621 ~ 38.65%
G 210 of 621 ~ 33.82%
B 171 of 621 ~ 27.54%

%38.65
%33.82
%27.54

CMYK color model

#F0D2AB color CMYK value is (0,13,29,6).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 28.75%
  • key color value is 5.88%
CMYK:
(0,13,29,6)
C0M13Y29K6 
(0%,13%,29%,6%)
(0.00/0.13/0.29/0.06)	

CMYK percentages

%0
%12.5
%28.75
%5.88

Codes

Color #F0D2AB in popluar color models

F0D2AB
RGB240210171
HSL34°69.70%80.59%
HSB/HSV34°28.75%94.12%
CMYK0.00%12.50%28.75%
5.88%

Color #F0D2AB in popluar number systems.

HEXF0D2AB
Decimal240210171
Binary111100001101001010101011
Octal360322253

Shades and tints

Shades of #F0D2AB

#F0D2AB
(240,210,171)
#DBBF9C
(219,191,156)
#C6AC8D
(198,172,141)
#B1997E
(177,153,126)
#9C866F
(156,134,111)
#877360
(135,115,96)
#726051
(114,96,81)
#5D4D42
(93,77,66)
#483A33
(72,58,51)
#332724
(51,39,36)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #F0D2AB

#F0D2AB
(240,210,171)
#F1D6B2
(241,214,178)
#F2DAB9
(242,218,185)
#F3DEC0
(243,222,192)
#F4E2C7
(244,226,199)
#F5E6CE
(245,230,206)
#F6EAD5
(246,234,213)
#F7EEDC
(247,238,220)
#F8F2E3
(248,242,227)
#F9F6EA
(249,246,234)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D2AB color. Also use rgb(240,210,171) instead hex code.

Text Font Color

.myTextColor { color: #F0D2AB; }

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

This text font color is #F0D2AB.


Background Color

.myBgColor { background-color: #F0D2AB; }

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

This div background color is #F0D2AB.


Border color

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

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

This div border color is #F0D2AB.


Opacity

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

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

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

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

This text has shadow with #F0D2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D2AB on black background.


Color preview on white background

This text has color #F0D2AB on white background.



Black color preview on #F0D2AB background

This text has black color on #F0D2AB background.


White color preview on #F0D2AB background

This text has white color on #F0D2AB background.