COLOR #F8F2DD

HEX: #F8F2DD RGB: (248,242,221)

Color info

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

RGB color model

#F8F2DD color RGB value is (248,242,221).

RGB: (248,242,221) (97%, 95%, 87%)

RGB channels and saturation

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

248
242
221

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

Portions of RGB colors in percentages

R + G + B = 248 + 242 + 221 = 711 (100%)
R 248 of 711 ~ 34.88%
G 242 of 711 ~ 34.04%
B 221 of 711 ~ 31.08'%

%34.88
%34.04
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 10.89%
  • key color value is 2.75%

CMYK: (0,2,11,3)
C0M2Y11K3 (0%, 2%, 11%, 3%)
(0.00 / 0.02 / 0.11 / 0.03)

CMYK percentages

%0
%2.42
%10.89
%2.75

Codes

Color #F8F2DD in popluar color models

F8 F2 DD
RGB 248 242 221
HSL 47° 65.85% 91.96%
HSB/HSV 47° 10.89% 97.25%
CMYK 0.00% 2.42% 10.89%
2.75%

Color #F8F2DD in popluar number systems.

HEX F8 F2 DD
Decimal 248 242 221
Binary 11111000 11110010 11011101
Octal 370 362 335

Shades and tints

Shades of #F8F2DD

#F8F2DD
(248,242,221)
#E2DCC9
(226,220,201)
#CCC6B5
(204,198,181)
#B6B0A1
(182,176,161)
#A09A8D
(160,154,141)
#8A8479
(138,132,121)
#746E65
(116,110,101)
#5E5851
(94,88,81)
#48423D
(72,66,61)
#322C29
(50,44,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #F8F2DD

#F8F2DD
(248,242,221)
#F8F3E0
(248,243,224)
#F8F4E3
(248,244,227)
#F8F5E6
(248,245,230)
#F8F6E9
(248,246,233)
#F8F7EC
(248,247,236)
#F8F8EF
(248,248,239)
#F8F9F2
(248,249,242)
#F8FAF5
(248,250,245)
#F8FBF8
(248,251,248)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F2DD; }

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

This text font color is #F8F2DD.

Background Color

.myBgColor { background-color: #F8F2DD; }

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

This div background color is #F8F2DD.

Border color

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

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

This div border color is #F8F2DD.

Opacity

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

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

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

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

This text has shadow with #F8F2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F2DD.

Preview

Color preview on black background

This text has color #F8F2DD on black background.


Color preview on white background

This text has color #F8F2DD on white background.


Black color preview on #F8F2DD background

This text has black color on #F8F2DD background.


White color preview on #F8F2DD background

This text has white color on #F8F2DD background.


Related colors

Complementary color

Complementary color for #hex is #070D22.


I love getcolorcode.com

Triadic colors

1 #DDF8F2 and #F2DDF8 with #F8F2DD are triadic colors.

2 #DDF2F8 and #F2F8DD with #F8F2DD are triadic colors.