COLOR #FDEEEB

HEX: #FDEEEB
RGB: (253,238,235)

Color info

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

RGB color model

#FDEEEB color RGB value is (253,238,235).

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

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 235 of 255 = 92%

253
238
235

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

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 235 = 726 (100%)
R 253 of 726 ~ 34.85%
G 238 of 726 ~ 32.78%
B 235 of 726 ~ 32.37%

%34.85
%32.78
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(0,6,7,1)
C0M6Y7K1 
(0%,6%,7%,1%)
(0.00/0.06/0.07/0.01)	

CMYK percentages

%0
%5.93
%7.11
%0.78

Codes

Color #FDEEEB in popluar color models

FDEEEB
RGB253238235
HSL10°81.82%95.69%
HSB/HSV10°7.11%99.22%
CMYK0.00%5.93%7.11%
0.78%

Color #FDEEEB in popluar number systems.

HEXFDEEEB
Decimal253238235
Binary111111011110111011101011
Octal375356353

Shades and tints

Shades of #FDEEEB

#FDEEEB
(253,238,235)
#E6D9D6
(230,217,214)
#CFC4C1
(207,196,193)
#B8AFAC
(184,175,172)
#A19A97
(161,154,151)
#8A8582
(138,133,130)
#73706D
(115,112,109)
#5C5B58
(92,91,88)
#454643
(69,70,67)
#2E312E
(46,49,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #FDEEEB

#FDEEEB
(253,238,235)
#FDEFEC
(253,239,236)
#FDF0ED
(253,240,237)
#FDF1EE
(253,241,238)
#FDF2EF
(253,242,239)
#FDF3F0
(253,243,240)
#FDF4F1
(253,244,241)
#FDF5F2
(253,245,242)
#FDF6F3
(253,246,243)
#FDF7F4
(253,247,244)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEEEB; }

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

This text font color is #FDEEEB.


Background Color

.myBgColor { background-color: #FDEEEB; }

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

This div background color is #FDEEEB.


Border color

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

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

This div border color is #FDEEEB.


Opacity

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

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

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

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

This text has shadow with #FDEEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEEEB on black background.


Color preview on white background

This text has color #FDEEEB on white background.



Black color preview on #FDEEEB background

This text has black color on #FDEEEB background.


White color preview on #FDEEEB background

This text has white color on #FDEEEB background.