COLOR #FFF8DF

HEX: #FFF8DF
RGB: (255,248,223)

Color info

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

RGB color model

#FFF8DF color RGB value is (255,248,223).

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

RGB channels and saturation

R 255 of 255 = 100%
G 248 of 255 = 97%
B 223 of 255 = 87%

255
248
223

R + G + B ~ 95%. #FFF8DF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 248 + 223 = 726 (100%)
R 255 of 726 ~ 35.12%
G 248 of 726 ~ 34.16%
B 223 of 726 ~ 30.72%

%35.12
%34.16
%30.72

CMYK color model

#FFF8DF color CMYK value is (0,3,13,0).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(0,3,13,0)
C0M3Y13K0 
(0%,3%,13%,0%)
(0.00/0.03/0.13/0.00)	

CMYK percentages

%0
%2.75
%12.55
%0

Codes

Color #FFF8DF in popluar color models

FFF8DF
RGB255248223
HSL47°100.00%93.73%
HSB/HSV47°12.55%100.00%
CMYK0.00%2.75%12.55%
0.00%

Color #FFF8DF in popluar number systems.

HEXFFF8DF
Decimal255248223
Binary111111111111100011011111
Octal377370337

Shades and tints

Shades of #FFF8DF

#FFF8DF
(255,248,223)
#E8E2CB
(232,226,203)
#D1CCB7
(209,204,183)
#BAB6A3
(186,182,163)
#A3A08F
(163,160,143)
#8C8A7B
(140,138,123)
#757467
(117,116,103)
#5E5E53
(94,94,83)
#47483F
(71,72,63)
#30322B
(48,50,43)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #FFF8DF

#FFF8DF
(255,248,223)
#FFF8E1
(255,248,225)
#FFF8E3
(255,248,227)
#FFF8E5
(255,248,229)
#FFF8E7
(255,248,231)
#FFF8E9
(255,248,233)
#FFF8EB
(255,248,235)
#FFF8ED
(255,248,237)
#FFF8EF
(255,248,239)
#FFF8F1
(255,248,241)
#FFF8F3
(255,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF8DF; }

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

This text font color is #FFF8DF.


Background Color

.myBgColor { background-color: #FFF8DF; }

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

This div background color is #FFF8DF.


Border color

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

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

This div border color is #FFF8DF.


Opacity

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

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

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

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

This text has shadow with #FFF8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF8DF on black background.


Color preview on white background

This text has color #FFF8DF on white background.



Black color preview on #FFF8DF background

This text has black color on #FFF8DF background.


White color preview on #FFF8DF background

This text has white color on #FFF8DF background.