COLOR #FFF8DB

HEX: #FFF8DB RGB: (255,248,219)

Color info

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

RGB color model

#FFF8DB color RGB value is (255,248,219).

RGB: (255,248,219) (100%, 97%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 248 of 255 = 97%
B 219 of 255 = 86%

255
248
219

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

Portions of RGB colors in percentages

R + G + B = 255 + 248 + 219 = 722 (100%)
R 255 of 722 ~ 35.32%
G 248 of 722 ~ 34.35%
B 219 of 722 ~ 30.33'%

%35.32
%34.35
%30.33

CMYK color model

#FFF8DB color CMYK value is (0,3,14,0).

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

CMYK: (0,3,14,0)
C0M3Y14K0 (0%, 3%, 14%, 0%)
(0.00 / 0.03 / 0.14 / 0.00)

CMYK percentages

%0
%2.75
%14.12
%0

Codes

Color #FFF8DB in popluar color models

FF F8 DB
RGB 255 248 219
HSL 48° 100.00% 92.94%
HSB/HSV 48° 14.12% 100.00%
CMYK 0.00% 2.75% 14.12%
0.00%

Color #FFF8DB in popluar number systems.

HEX FF F8 DB
Decimal 255 248 219
Binary 11111111 11111000 11011011
Octal 377 370 333

Shades and tints

Shades of #FFF8DB

#FFF8DB
(255,248,219)
#E8E2C8
(232,226,200)
#D1CCB5
(209,204,181)
#BAB6A2
(186,182,162)
#A3A08F
(163,160,143)
#8C8A7C
(140,138,124)
#757469
(117,116,105)
#5E5E56
(94,94,86)
#474843
(71,72,67)
#303230
(48,50,48)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #FFF8DB

#FFF8DB
(255,248,219)
#FFF8DE
(255,248,222)
#FFF8E1
(255,248,225)
#FFF8E4
(255,248,228)
#FFF8E7
(255,248,231)
#FFF8EA
(255,248,234)
#FFF8ED
(255,248,237)
#FFF8F0
(255,248,240)
#FFF8F3
(255,248,243)
#FFF8F6
(255,248,246)
#FFF8F9
(255,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF8DB; }

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

This text font color is #FFF8DB.

Background Color

.myBgColor { background-color: #FFF8DB; }

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

This div background color is #FFF8DB.

Border color

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

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

This div border color is #FFF8DB.

Opacity

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

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

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

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

This text has shadow with #FFF8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF8DB.

Preview

Color preview on black background

This text has color #FFF8DB on black background.


Color preview on white background

This text has color #FFF8DB on white background.


Black color preview on #FFF8DB background

This text has black color on #FFF8DB background.


White color preview on #FFF8DB background

This text has white color on #FFF8DB background.


Related colors

Complementary color

Complementary color for #hex is #000724.


I love getcolorcode.com

Triadic colors

1 #DBFFF8 and #F8DBFF with #FFF8DB are triadic colors.

2 #DBF8FF and #F8FFDB with #FFF8DB are triadic colors.