COLOR #F0DAC4

HEX: #F0DAC4
RGB: (240,218,196)

Color info

#F0DAC4 contains red, green and blue colors in about the same proportion. Web safe color of #F0DAC4 is #FFCCCC (or #FCC).

RGB color model

#F0DAC4 color RGB value is (240,218,196).

  • red value is 240;
  • green value is 218;
  • blue value is 196.
RGB:
(240,218,196)
(94%,85%,77%)

RGB channels and saturation

R 240 of 255 = 94%
G 218 of 255 = 85%
B 196 of 255 = 77%

240
218
196

R + G + B ~ 85%. #F0DAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 218 + 196 = 654 (100%)
R 240 of 654 ~ 36.7%
G 218 of 654 ~ 33.33%
B 196 of 654 ~ 29.97%

%36.7
%33.33
%29.97

CMYK color model

#F0DAC4 color CMYK value is (0,9,18,6).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 18.33%
  • key color value is 5.88%
CMYK:
(0,9,18,6)
C0M9Y18K6 
(0%,9%,18%,6%)
(0.00/0.09/0.18/0.06)	

CMYK percentages

%0
%9.17
%18.33
%5.88

Codes

Color #F0DAC4 in popluar color models

F0DAC4
RGB240218196
HSL30°59.46%85.49%
HSB/HSV30°18.33%94.12%
CMYK0.00%9.17%18.33%
5.88%

Color #F0DAC4 in popluar number systems.

HEXF0DAC4
Decimal240218196
Binary111100001101101011000100
Octal360332304

Shades and tints

Shades of #F0DAC4

#F0DAC4
(240,218,196)
#DBC7B3
(219,199,179)
#C6B4A2
(198,180,162)
#B1A191
(177,161,145)
#9C8E80
(156,142,128)
#877B6F
(135,123,111)
#72685E
(114,104,94)
#5D554D
(93,85,77)
#48423C
(72,66,60)
#332F2B
(51,47,43)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #F0DAC4

#F0DAC4
(240,218,196)
#F1DDC9
(241,221,201)
#F2E0CE
(242,224,206)
#F3E3D3
(243,227,211)
#F4E6D8
(244,230,216)
#F5E9DD
(245,233,221)
#F6ECE2
(246,236,226)
#F7EFE7
(247,239,231)
#F8F2EC
(248,242,236)
#F9F5F1
(249,245,241)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DAC4 color. Also use rgb(240,218,196) instead hex code.

Text Font Color

.myTextColor { color: #F0DAC4; }

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

This text font color is #F0DAC4.


Background Color

.myBgColor { background-color: #F0DAC4; }

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

This div background color is #F0DAC4.


Border color

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

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

This div border color is #F0DAC4.


Opacity

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

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

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

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

This text has shadow with #F0DAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DAC4 on black background.


Color preview on white background

This text has color #F0DAC4 on white background.



Black color preview on #F0DAC4 background

This text has black color on #F0DAC4 background.


White color preview on #F0DAC4 background

This text has white color on #F0DAC4 background.