COLOR #FDF2DB

HEX: #FDF2DB
RGB: (253,242,219)

Color info

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

RGB color model

#FDF2DB color RGB value is (253,242,219).

  • red value is 253;
  • green value is 242;
  • blue value is 219.
RGB:
(253,242,219)
(99%,95%,86%)

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 219 of 255 = 86%

253
242
219

R + G + B ~ 93%. #FDF2DB is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 242 + 219 = 714 (100%)
R 253 of 714 ~ 35.43%
G 242 of 714 ~ 33.89%
B 219 of 714 ~ 30.67%

%35.43
%33.89
%30.67

CMYK color model

#FDF2DB color CMYK value is (0,4,13,1).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(0,4,13,1)
C0M4Y13K1 
(0%,4%,13%,1%)
(0.00/0.04/0.13/0.01)	

CMYK percentages

%0
%4.35
%13.44
%0.78

Codes

Color #FDF2DB in popluar color models

FDF2DB
RGB253242219
HSL41°89.47%92.55%
HSB/HSV41°13.44%99.22%
CMYK0.00%4.35%13.44%
0.78%

Color #FDF2DB in popluar number systems.

HEXFDF2DB
Decimal253242219
Binary111111011111001011011011
Octal375362333

Shades and tints

Shades of #FDF2DB

#FDF2DB
(253,242,219)
#E6DCC8
(230,220,200)
#CFC6B5
(207,198,181)
#B8B0A2
(184,176,162)
#A19A8F
(161,154,143)
#8A847C
(138,132,124)
#736E69
(115,110,105)
#5C5856
(92,88,86)
#454243
(69,66,67)
#2E2C30
(46,44,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #FDF2DB

#FDF2DB
(253,242,219)
#FDF3DE
(253,243,222)
#FDF4E1
(253,244,225)
#FDF5E4
(253,245,228)
#FDF6E7
(253,246,231)
#FDF7EA
(253,247,234)
#FDF8ED
(253,248,237)
#FDF9F0
(253,249,240)
#FDFAF3
(253,250,243)
#FDFBF6
(253,251,246)
#FDFCF9
(253,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF2DB color. Also use rgb(253,242,219) instead hex code.

Text Font Color

.myTextColor { color: #FDF2DB; }

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

This text font color is #FDF2DB.


Background Color

.myBgColor { background-color: #FDF2DB; }

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

This div background color is #FDF2DB.


Border color

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

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

This div border color is #FDF2DB.


Opacity

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

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

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

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

This text has shadow with #FDF2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF2DB on black background.


Color preview on white background

This text has color #FDF2DB on white background.



Black color preview on #FDF2DB background

This text has black color on #FDF2DB background.


White color preview on #FDF2DB background

This text has white color on #FDF2DB background.