COLOR #F8F8DD

HEX: #F8F8DD
RGB: (248,248,221)

Color info

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

RGB color model

#F8F8DD color RGB value is (248,248,221).

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

RGB channels and saturation

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

248
248
221

R + G + B ~ 94%. #F8F8DD is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 248 + 221 = 717 (100%)
R 248 of 717 ~ 34.59%
G 248 of 717 ~ 34.59%
B 221 of 717 ~ 30.82%

%34.59
%34.59
%30.82

CMYK color model

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

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

CMYK percentages

%0
%0
%10.89
%2.75

Codes

Color #F8F8DD in popluar color models

F8F8DD
RGB248248221
HSL60°65.85%91.96%
HSB/HSV60°10.89%97.25%
CMYK0.00%0.00%10.89%
2.75%

Color #F8F8DD in popluar number systems.

HEXF8F8DD
Decimal248248221
Binary111110001111100011011101
Octal370370335

Shades and tints

Shades of #F8F8DD

#F8F8DD
(248,248,221)
#E2E2C9
(226,226,201)
#CCCCB5
(204,204,181)
#B6B6A1
(182,182,161)
#A0A08D
(160,160,141)
#8A8A79
(138,138,121)
#747465
(116,116,101)
#5E5E51
(94,94,81)
#48483D
(72,72,61)
#323229
(50,50,41)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #F8F8DD

#F8F8DD
(248,248,221)
#F8F8E0
(248,248,224)
#F8F8E3
(248,248,227)
#F8F8E6
(248,248,230)
#F8F8E9
(248,248,233)
#F8F8EC
(248,248,236)
#F8F8EF
(248,248,239)
#F8F8F2
(248,248,242)
#F8F8F5
(248,248,245)
#F8F8F8
(248,248,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F8DD; }

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

This text font color is #F8F8DD.


Background Color

.myBgColor { background-color: #F8F8DD; }

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

This div background color is #F8F8DD.


Border color

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

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

This div border color is #F8F8DD.


Opacity

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

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

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

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

This text has shadow with #F8F8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F8DD on black background.


Color preview on white background

This text has color #F8F8DD on white background.



Black color preview on #F8F8DD background

This text has black color on #F8F8DD background.


White color preview on #F8F8DD background

This text has white color on #F8F8DD background.