COLOR #FFF9DE

HEX: #FFF9DE RGB: (255,249,222)

Color info

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

RGB color model

#FFF9DE color RGB value is (255,249,222).

RGB: (255,249,222) (100%, 98%, 87%)

RGB channels and saturation

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

255
249
222

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

Portions of RGB colors in percentages

R + G + B = 255 + 249 + 222 = 726 (100%)
R 255 of 726 ~ 35.12%
G 249 of 726 ~ 34.3%
B 222 of 726 ~ 30.58'%

%35.12
%34.3
%30.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 12.94%
  • 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.94
%0

Codes

Color #FFF9DE in popluar color models

FF F9 DE
RGB 255 249 222
HSL 49° 100.00% 93.53%
HSB/HSV 49° 12.94% 100.00%
CMYK 0.00% 2.35% 12.94%
0.00%

Color #FFF9DE in popluar number systems.

HEX FF F9 DE
Decimal 255 249 222
Binary 11111111 11111001 11011110
Octal 377 371 336

Shades and tints

Shades of #FFF9DE

#FFF9DE
(255,249,222)
#E8E3CA
(232,227,202)
#D1CDB6
(209,205,182)
#BAB7A2
(186,183,162)
#A3A18E
(163,161,142)
#8C8B7A
(140,139,122)
#757566
(117,117,102)
#5E5F52
(94,95,82)
#47493E
(71,73,62)
#30332A
(48,51,42)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #FFF9DE

#FFF9DE
(255,249,222)
#FFF9E1
(255,249,225)
#FFF9E4
(255,249,228)
#FFF9E7
(255,249,231)
#FFF9EA
(255,249,234)
#FFF9ED
(255,249,237)
#FFF9F0
(255,249,240)
#FFF9F3
(255,249,243)
#FFF9F6
(255,249,246)
#FFF9F9
(255,249,249)
#FFF9FC
(255,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF9DE; }

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

This text font color is #FFF9DE.

Background Color

.myBgColor { background-color: #FFF9DE; }

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

This div background color is #FFF9DE.

Border color

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

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

This div border color is #FFF9DE.

Opacity

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

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

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

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

This text has shadow with #FFF9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF9DE.

Preview

Color preview on black background

This text has color #FFF9DE on black background.


Color preview on white background

This text has color #FFF9DE on white background.


Black color preview on #FFF9DE background

This text has black color on #FFF9DE background.


White color preview on #FFF9DE background

This text has white color on #FFF9DE background.


Related colors

Complementary color

Complementary color for #hex is #000621.


I love getcolorcode.com

Triadic colors

1 #DEFFF9 and #F9DEFF with #FFF9DE are triadic colors.

2 #DEF9FF and #F9FFDE with #FFF9DE are triadic colors.