COLOR #F0F8DD

HEX: #F0F8DD
RGB: (240,248,221)

Color info

#F0F8DD contains red, green and blue colors in about the same proportion. Web safe color of #F0F8DD is #FFFFCC (or #FFC).

RGB color model

#F0F8DD color RGB value is (240,248,221).

  • red value is 240;
  • green value is 248;
  • blue value is 221.
RGB:
(240,248,221)
(94%,97%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 248 of 255 = 97%
B 221 of 255 = 87%

240
248
221

R + G + B ~ 93%. #F0F8DD is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 248 + 221 = 709 (100%)
R 240 of 709 ~ 33.85%
G 248 of 709 ~ 34.98%
B 221 of 709 ~ 31.17%

%33.85
%34.98
%31.17

CMYK color model

#F0F8DD color CMYK value is (3,0,11,3).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 2.75%
CMYK:
(3,0,11,3)
C3M0Y11K3 
(3%,0%,11%,3%)
(0.03/0.00/0.11/0.03)	

CMYK percentages

%3.23
%0
%10.89
%2.75

Codes

Color #F0F8DD in popluar color models

F0F8DD
RGB240248221
HSL78°65.85%91.96%
HSB/HSV78°10.89%97.25%
CMYK3.23%0.00%10.89%
2.75%

Color #F0F8DD in popluar number systems.

HEXF0F8DD
Decimal240248221
Binary111100001111100011011101
Octal360370335

Shades and tints

Shades of #F0F8DD

#F0F8DD
(240,248,221)
#DBE2C9
(219,226,201)
#C6CCB5
(198,204,181)
#B1B6A1
(177,182,161)
#9CA08D
(156,160,141)
#878A79
(135,138,121)
#727465
(114,116,101)
#5D5E51
(93,94,81)
#48483D
(72,72,61)
#333229
(51,50,41)
#1E1C15
(30,28,21)
#000000
(0,0,0)

Tints of #F0F8DD

#F0F8DD
(240,248,221)
#F1F8E0
(241,248,224)
#F2F8E3
(242,248,227)
#F3F8E6
(243,248,230)
#F4F8E9
(244,248,233)
#F5F8EC
(245,248,236)
#F6F8EF
(246,248,239)
#F7F8F2
(247,248,242)
#F8F8F5
(248,248,245)
#F9F8F8
(249,248,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F8DD color. Also use rgb(240,248,221) instead hex code.

Text Font Color

.myTextColor { color: #F0F8DD; }

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

This text font color is #F0F8DD.


Background Color

.myBgColor { background-color: #F0F8DD; }

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

This div background color is #F0F8DD.


Border color

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

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

This div border color is #F0F8DD.


Opacity

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

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

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

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

This text has shadow with #F0F8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F8DD on black background.


Color preview on white background

This text has color #F0F8DD on white background.



Black color preview on #F0F8DD background

This text has black color on #F0F8DD background.


White color preview on #F0F8DD background

This text has white color on #F0F8DD background.