COLOR #FFF9DC

HEX: #FFF9DC
RGB: (255,249,220)

Color info

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

RGB color model

#FFF9DC color RGB value is (255,249,220).

  • red value is 255;
  • green value is 249;
  • blue value is 220.
RGB:
(255,249,220)
(100%,98%,86%)

RGB channels and saturation

R 255 of 255 = 100%
G 249 of 255 = 98%
B 220 of 255 = 86%

255
249
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 249 + 220 = 724 (100%)
R 255 of 724 ~ 35.22%
G 249 of 724 ~ 34.39%
B 220 of 724 ~ 30.39%

%35.22
%34.39
%30.39

CMYK color model

#FFF9DC color CMYK value is (0,2,14,0).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,2,14,0)
C0M2Y14K0 
(0%,2%,14%,0%)
(0.00/0.02/0.14/0.00)	

CMYK percentages

%0
%2.35
%13.73
%0

Codes

Color #FFF9DC in popluar color models

FFF9DC
RGB255249220
HSL50°100.00%93.14%
HSB/HSV50°13.73%100.00%
CMYK0.00%2.35%13.73%
0.00%

Color #FFF9DC in popluar number systems.

HEXFFF9DC
Decimal255249220
Binary111111111111100111011100
Octal377371334

Shades and tints

Shades of #FFF9DC

#FFF9DC
(255,249,220)
#E8E3C8
(232,227,200)
#D1CDB4
(209,205,180)
#BAB7A0
(186,183,160)
#A3A18C
(163,161,140)
#8C8B78
(140,139,120)
#757564
(117,117,100)
#5E5F50
(94,95,80)
#47493C
(71,73,60)
#303328
(48,51,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #FFF9DC

#FFF9DC
(255,249,220)
#FFF9DF
(255,249,223)
#FFF9E2
(255,249,226)
#FFF9E5
(255,249,229)
#FFF9E8
(255,249,232)
#FFF9EB
(255,249,235)
#FFF9EE
(255,249,238)
#FFF9F1
(255,249,241)
#FFF9F4
(255,249,244)
#FFF9F7
(255,249,247)
#FFF9FA
(255,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF9DC color. Also use rgb(255,249,220) instead hex code.

Text Font Color

.myTextColor { color: #FFF9DC; }

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

This text font color is #FFF9DC.


Background Color

.myBgColor { background-color: #FFF9DC; }

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

This div background color is #FFF9DC.


Border color

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

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

This div border color is #FFF9DC.


Opacity

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

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

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

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

This text has shadow with #FFF9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF9DC on black background.


Color preview on white background

This text has color #FFF9DC on white background.



Black color preview on #FFF9DC background

This text has black color on #FFF9DC background.


White color preview on #FFF9DC background

This text has white color on #FFF9DC background.