COLOR #FDF2E2

HEX: #FDF2E2
RGB: (253,242,226)

Color info

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

RGB color model

#FDF2E2 color RGB value is (253,242,226).

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

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 226 of 255 = 89%

253
242
226

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

Portions of RGB colors in percentages

R + G + B =
253 + 242 + 226 = 721 (100%)
R 253 of 721 ~ 35.09%
G 242 of 721 ~ 33.56%
B 226 of 721 ~ 31.35%

%35.09
%33.56
%31.35

CMYK color model

#FDF2E2 color CMYK value is (0,4,11,1).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(0,4,11,1)
C0M4Y11K1 
(0%,4%,11%,1%)
(0.00/0.04/0.11/0.01)	

CMYK percentages

%0
%4.35
%10.67
%0.78

Codes

Color #FDF2E2 in popluar color models

FDF2E2
RGB253242226
HSL36°87.10%93.92%
HSB/HSV36°10.67%99.22%
CMYK0.00%4.35%10.67%
0.78%

Color #FDF2E2 in popluar number systems.

HEXFDF2E2
Decimal253242226
Binary111111011111001011100010
Octal375362342

Shades and tints

Shades of #FDF2E2

#FDF2E2
(253,242,226)
#E6DCCE
(230,220,206)
#CFC6BA
(207,198,186)
#B8B0A6
(184,176,166)
#A19A92
(161,154,146)
#8A847E
(138,132,126)
#736E6A
(115,110,106)
#5C5856
(92,88,86)
#454242
(69,66,66)
#2E2C2E
(46,44,46)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #FDF2E2

#FDF2E2
(253,242,226)
#FDF3E4
(253,243,228)
#FDF4E6
(253,244,230)
#FDF5E8
(253,245,232)
#FDF6EA
(253,246,234)
#FDF7EC
(253,247,236)
#FDF8EE
(253,248,238)
#FDF9F0
(253,249,240)
#FDFAF2
(253,250,242)
#FDFBF4
(253,251,244)
#FDFCF6
(253,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF2E2; }

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

This text font color is #FDF2E2.


Background Color

.myBgColor { background-color: #FDF2E2; }

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

This div background color is #FDF2E2.


Border color

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

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

This div border color is #FDF2E2.


Opacity

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

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

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

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

This text has shadow with #FDF2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF2E2 on black background.


Color preview on white background

This text has color #FDF2E2 on white background.



Black color preview on #FDF2E2 background

This text has black color on #FDF2E2 background.


White color preview on #FDF2E2 background

This text has white color on #FDF2E2 background.