COLOR #F8F5DF

HEX: #F8F5DF RGB: (248,245,223)

Color info

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

RGB color model

#F8F5DF color RGB value is (248,245,223).

RGB: (248,245,223) (97%, 96%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 245 of 255 = 96%
B 223 of 255 = 87%

248
245
223

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

Portions of RGB colors in percentages

R + G + B = 248 + 245 + 223 = 716 (100%)
R 248 of 716 ~ 34.64%
G 245 of 716 ~ 34.22%
B 223 of 716 ~ 31.15'%

%34.64
%34.22
%31.15

CMYK color model

#F8F5DF color CMYK value is (0,1,10,3).

  • cyan value is 0.00%
  • magenta value is 1.21%
  • yellow value is 10.08%
  • key color value is 2.75%
CMYK: (0,1,10,3) C0M1Y10K3 (0%,1%,10%,3%) (0.00/0.01/0.10/0.03) 

CMYK percentages

%0
%1.21
%10.08
%2.75

Codes

Color #F8F5DF in popluar color models

F8 F5 DF
RGB 248 245 223
HSL 53° 64.10% 92.35%
HSB/HSV 53° 10.08% 97.25%
CMYK 0.00% 1.21% 10.08%
2.75%

Color #F8F5DF in popluar number systems.

HEX F8 F5 DF
Decimal 248 245 223
Binary 11111000 11110101 11011111
Octal 370 365 337

Shades and tints

Shades of #F8F5DF

#F8F5DF
(248,245,223)
#E2DFCB
(226,223,203)
#CCC9B7
(204,201,183)
#B6B3A3
(182,179,163)
#A09D8F
(160,157,143)
#8A877B
(138,135,123)
#747167
(116,113,103)
#5E5B53
(94,91,83)
#48453F
(72,69,63)
#322F2B
(50,47,43)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #F8F5DF

#F8F5DF
(248,245,223)
#F8F5E1
(248,245,225)
#F8F5E3
(248,245,227)
#F8F5E5
(248,245,229)
#F8F5E7
(248,245,231)
#F8F5E9
(248,245,233)
#F8F5EB
(248,245,235)
#F8F5ED
(248,245,237)
#F8F5EF
(248,245,239)
#F8F5F1
(248,245,241)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F5DF; }

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

This text font color is #F8F5DF.

Background Color

.myBgColor { background-color: #F8F5DF; }

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

This div background color is #F8F5DF.

Border color

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

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

This div border color is #F8F5DF.

Opacity

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

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

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

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

This text has shadow with #F8F5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F5DF.

Preview

Color preview on black background

This text has color #F8F5DF on black background.


Color preview on white background

This text has color #F8F5DF on white background.


Black color preview on #F8F5DF background

This text has black color on #F8F5DF background.


White color preview on #F8F5DF background

This text has white color on #F8F5DF background.


Related colors

Complementary color

Complementary color for #hex is #070A20.


I love getcolorcode.com

Triadic colors

1 #DFF8F5 and #F5DFF8 with #F8F5DF are triadic colors.

2 #DFF5F8 and #F5F8DF with #F8F5DF are triadic colors.