COLOR #F8F6DD

HEX: #F8F6DD
RGB: (248,246,221)

Color info

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

RGB color model

#F8F6DD color RGB value is (248,246,221).

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

RGB channels and saturation

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

248
246
221

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

Portions of RGB colors in percentages

R + G + B =
248 + 246 + 221 = 715 (100%)
R 248 of 715 ~ 34.69%
G 246 of 715 ~ 34.41%
B 221 of 715 ~ 30.91%

%34.69
%34.41
%30.91

CMYK color model

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

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

CMYK percentages

%0
%0.81
%10.89
%2.75

Codes

Color #F8F6DD in popluar color models

F8F6DD
RGB248246221
HSL56°65.85%91.96%
HSB/HSV56°10.89%97.25%
CMYK0.00%0.81%10.89%
2.75%

Color #F8F6DD in popluar number systems.

HEXF8F6DD
Decimal248246221
Binary111110001111011011011101
Octal370366335

Shades and tints

Shades of #F8F6DD

#F8F6DD
(248,246,221)
#E2E0C9
(226,224,201)
#CCCAB5
(204,202,181)
#B6B4A1
(182,180,161)
#A09E8D
(160,158,141)
#8A8879
(138,136,121)
#747265
(116,114,101)
#5E5C51
(94,92,81)
#48463D
(72,70,61)
#323029
(50,48,41)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #F8F6DD

#F8F6DD
(248,246,221)
#F8F6E0
(248,246,224)
#F8F6E3
(248,246,227)
#F8F6E6
(248,246,230)
#F8F6E9
(248,246,233)
#F8F6EC
(248,246,236)
#F8F6EF
(248,246,239)
#F8F6F2
(248,246,242)
#F8F6F5
(248,246,245)
#F8F6F8
(248,246,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F6DD; }

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

This text font color is #F8F6DD.


Background Color

.myBgColor { background-color: #F8F6DD; }

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

This div background color is #F8F6DD.


Border color

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

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

This div border color is #F8F6DD.


Opacity

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

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

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

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

This text has shadow with #F8F6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F6DD on black background.


Color preview on white background

This text has color #F8F6DD on white background.



Black color preview on #F8F6DD background

This text has black color on #F8F6DD background.


White color preview on #F8F6DD background

This text has white color on #F8F6DD background.