COLOR #FFF9DF

HEX: #FFF9DF
RGB: (255,249,223)

Color info

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

RGB color model

#FFF9DF color RGB value is (255,249,223).

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

RGB channels and saturation

R 255 of 255 = 100%
G 249 of 255 = 98%
B 223 of 255 = 87%

255
249
223

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

Portions of RGB colors in percentages

R + G + B =
255 + 249 + 223 = 727 (100%)
R 255 of 727 ~ 35.08%
G 249 of 727 ~ 34.25%
B 223 of 727 ~ 30.67%

%35.08
%34.25
%30.67

CMYK color model

#FFF9DF color CMYK value is (0,2,13,0).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(0,2,13,0)
C0M2Y13K0 
(0%,2%,13%,0%)
(0.00/0.02/0.13/0.00)	

CMYK percentages

%0
%2.35
%12.55
%0

Codes

Color #FFF9DF in popluar color models

FFF9DF
RGB255249223
HSL49°100.00%93.73%
HSB/HSV49°12.55%100.00%
CMYK0.00%2.35%12.55%
0.00%

Color #FFF9DF in popluar number systems.

HEXFFF9DF
Decimal255249223
Binary111111111111100111011111
Octal377371337

Shades and tints

Shades of #FFF9DF

#FFF9DF
(255,249,223)
#E8E3CB
(232,227,203)
#D1CDB7
(209,205,183)
#BAB7A3
(186,183,163)
#A3A18F
(163,161,143)
#8C8B7B
(140,139,123)
#757567
(117,117,103)
#5E5F53
(94,95,83)
#47493F
(71,73,63)
#30332B
(48,51,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #FFF9DF

#FFF9DF
(255,249,223)
#FFF9E1
(255,249,225)
#FFF9E3
(255,249,227)
#FFF9E5
(255,249,229)
#FFF9E7
(255,249,231)
#FFF9E9
(255,249,233)
#FFF9EB
(255,249,235)
#FFF9ED
(255,249,237)
#FFF9EF
(255,249,239)
#FFF9F1
(255,249,241)
#FFF9F3
(255,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF9DF; }

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

This text font color is #FFF9DF.


Background Color

.myBgColor { background-color: #FFF9DF; }

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

This div background color is #FFF9DF.


Border color

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

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

This div border color is #FFF9DF.


Opacity

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

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

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

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

This text has shadow with #FFF9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF9DF on black background.


Color preview on white background

This text has color #FFF9DF on white background.



Black color preview on #FFF9DF background

This text has black color on #FFF9DF background.


White color preview on #FFF9DF background

This text has white color on #FFF9DF background.