COLOR #FFF8D9

HEX: #FFF8D9 RGB: (255,248,217)

Color info

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

RGB color model

#FFF8D9 color RGB value is (255,248,217).

RGB: (255,248,217) (100%, 97%, 85%)

RGB channels and saturation

R 255 of 255 = 100%
G 248 of 255 = 97%
B 217 of 255 = 85%

255
248
217

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

Portions of RGB colors in percentages

R + G + B = 255 + 248 + 217 = 720 (100%)
R 255 of 720 ~ 35.42%
G 248 of 720 ~ 34.44%
B 217 of 720 ~ 30.14'%

%35.42
%34.44
%30.14

CMYK color model

#FFF8D9 color CMYK value is (0,3,15,0).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 14.90%
  • key color value is 0.00%

CMYK: (0,3,15,0)
C0M3Y15K0 (0%, 3%, 15%, 0%)
(0.00 / 0.03 / 0.15 / 0.00)

CMYK percentages

%0
%2.75
%14.9
%0

Codes

Color #FFF8D9 in popluar color models

FF F8 D9
RGB 255 248 217
HSL 49° 100.00% 92.55%
HSB/HSV 49° 14.90% 100.00%
CMYK 0.00% 2.75% 14.90%
0.00%

Color #FFF8D9 in popluar number systems.

HEX FF F8 D9
Decimal 255 248 217
Binary 11111111 11111000 11011001
Octal 377 370 331

Shades and tints

Shades of #FFF8D9

#FFF8D9
(255,248,217)
#E8E2C6
(232,226,198)
#D1CCB3
(209,204,179)
#BAB6A0
(186,182,160)
#A3A08D
(163,160,141)
#8C8A7A
(140,138,122)
#757467
(117,116,103)
#5E5E54
(94,94,84)
#474841
(71,72,65)
#30322E
(48,50,46)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #FFF8D9

#FFF8D9
(255,248,217)
#FFF8DC
(255,248,220)
#FFF8DF
(255,248,223)
#FFF8E2
(255,248,226)
#FFF8E5
(255,248,229)
#FFF8E8
(255,248,232)
#FFF8EB
(255,248,235)
#FFF8EE
(255,248,238)
#FFF8F1
(255,248,241)
#FFF8F4
(255,248,244)
#FFF8F7
(255,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF8D9; }

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

This text font color is #FFF8D9.

Background Color

.myBgColor { background-color: #FFF8D9; }

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

This div background color is #FFF8D9.

Border color

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

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

This div border color is #FFF8D9.

Opacity

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

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

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

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

This text has shadow with #FFF8D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF8D9.

Preview

Color preview on black background

This text has color #FFF8D9 on black background.


Color preview on white background

This text has color #FFF8D9 on white background.


Black color preview on #FFF8D9 background

This text has black color on #FFF8D9 background.


White color preview on #FFF8D9 background

This text has white color on #FFF8D9 background.


Related colors

Complementary color

Complementary color for #hex is #000726.


I love getcolorcode.com

Triadic colors

1 #D9FFF8 and #F8D9FF with #FFF8D9 are triadic colors.

2 #D9F8FF and #F8FFD9 with #FFF8D9 are triadic colors.