COLOR #F0D8C1

HEX: #F0D8C1
RGB: (240,216,193)

Color info

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

RGB color model

#F0D8C1 color RGB value is (240,216,193).

  • red value is 240;
  • green value is 216;
  • blue value is 193.
RGB:
(240,216,193)
(94%,85%,76%)

RGB channels and saturation

R 240 of 255 = 94%
G 216 of 255 = 85%
B 193 of 255 = 76%

240
216
193

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

Portions of RGB colors in percentages

R + G + B =
240 + 216 + 193 = 649 (100%)
R 240 of 649 ~ 36.98%
G 216 of 649 ~ 33.28%
B 193 of 649 ~ 29.74%

%36.98
%33.28
%29.74

CMYK color model

#F0D8C1 color CMYK value is (0,10,20,6).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 19.58%
  • key color value is 5.88%
CMYK:
(0,10,20,6)
C0M10Y20K6 
(0%,10%,20%,6%)
(0.00/0.10/0.20/0.06)	

CMYK percentages

%0
%10
%19.58
%5.88

Codes

Color #F0D8C1 in popluar color models

F0D8C1
RGB240216193
HSL29°61.04%84.90%
HSB/HSV29°19.58%94.12%
CMYK0.00%10.00%19.58%
5.88%

Color #F0D8C1 in popluar number systems.

HEXF0D8C1
Decimal240216193
Binary111100001101100011000001
Octal360330301

Shades and tints

Shades of #F0D8C1

#F0D8C1
(240,216,193)
#DBC5B0
(219,197,176)
#C6B29F
(198,178,159)
#B19F8E
(177,159,142)
#9C8C7D
(156,140,125)
#87796C
(135,121,108)
#72665B
(114,102,91)
#5D534A
(93,83,74)
#484039
(72,64,57)
#332D28
(51,45,40)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #F0D8C1

#F0D8C1
(240,216,193)
#F1DBC6
(241,219,198)
#F2DECB
(242,222,203)
#F3E1D0
(243,225,208)
#F4E4D5
(244,228,213)
#F5E7DA
(245,231,218)
#F6EADF
(246,234,223)
#F7EDE4
(247,237,228)
#F8F0E9
(248,240,233)
#F9F3EE
(249,243,238)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D8C1 color. Also use rgb(240,216,193) instead hex code.

Text Font Color

.myTextColor { color: #F0D8C1; }

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

This text font color is #F0D8C1.


Background Color

.myBgColor { background-color: #F0D8C1; }

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

This div background color is #F0D8C1.


Border color

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

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

This div border color is #F0D8C1.


Opacity

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

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

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

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

This text has shadow with #F0D8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D8C1 on black background.


Color preview on white background

This text has color #F0D8C1 on white background.



Black color preview on #F0D8C1 background

This text has black color on #F0D8C1 background.


White color preview on #F0D8C1 background

This text has white color on #F0D8C1 background.