COLOR #FDFFEE

HEX: #FDFFEE
RGB: (253,255,238)

Color info

#FDFFEE contains red, green and blue colors in about the same proportion. Web safe color of #FDFFEE is #FFFFFF (or #FFF).

RGB color model

#FDFFEE color RGB value is (253,255,238).

  • red value is 253;
  • green value is 255;
  • blue value is 238.
RGB:
(253,255,238)
(99%,100%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 255 of 255 = 100%
B 238 of 255 = 93%

253
255
238

R + G + B ~ 97%. #FDFFEE is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 255 + 238 = 746 (100%)
R 253 of 746 ~ 33.91%
G 255 of 746 ~ 34.18%
B 238 of 746 ~ 31.9%

%33.91
%34.18
%31.9

CMYK color model

#FDFFEE color CMYK value is (1,0,7,0).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(1,0,7,0)
C1M0Y7K0 
(1%,0%,7%,0%)
(0.01/0.00/0.07/0.00)	

CMYK percentages

%0.78
%0
%6.67
%0

Codes

Color #FDFFEE in popluar color models

FDFFEE
RGB253255238
HSL67°100.00%96.67%
HSB/HSV67°6.67%100.00%
CMYK0.78%0.00%6.67%
0.00%

Color #FDFFEE in popluar number systems.

HEXFDFFEE
Decimal253255238
Binary111111011111111111101110
Octal375377356

Shades and tints

Shades of #FDFFEE

#FDFFEE
(253,255,238)
#E6E8D9
(230,232,217)
#CFD1C4
(207,209,196)
#B8BAAF
(184,186,175)
#A1A39A
(161,163,154)
#8A8C85
(138,140,133)
#737570
(115,117,112)
#5C5E5B
(92,94,91)
#454746
(69,71,70)
#2E3031
(46,48,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #FDFFEE

#FDFFEE
(253,255,238)
#FDFFEF
(253,255,239)
#FDFFF0
(253,255,240)
#FDFFF1
(253,255,241)
#FDFFF2
(253,255,242)
#FDFFF3
(253,255,243)
#FDFFF4
(253,255,244)
#FDFFF5
(253,255,245)
#FDFFF6
(253,255,246)
#FDFFF7
(253,255,247)
#FDFFF8
(253,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFFEE color. Also use rgb(253,255,238) instead hex code.

Text Font Color

.myTextColor { color: #FDFFEE; }

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

This text font color is #FDFFEE.


Background Color

.myBgColor { background-color: #FDFFEE; }

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

This div background color is #FDFFEE.


Border color

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

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

This div border color is #FDFFEE.


Opacity

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

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

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

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

This text has shadow with #FDFFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFFEE on black background.


Color preview on white background

This text has color #FDFFEE on white background.



Black color preview on #FDFFEE background

This text has black color on #FDFFEE background.


White color preview on #FDFFEE background

This text has white color on #FDFFEE background.