COLOR #FAEDDD

HEX: #FAEDDD
RGB: (250,237,221)

Color info

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

RGB color model

#FAEDDD color RGB value is (250,237,221).

  • red value is 250;
  • green value is 237;
  • blue value is 221.
RGB:
(250,237,221)
(98%,93%,87%)

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 221 of 255 = 87%

250
237
221

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

Portions of RGB colors in percentages

R + G + B =
250 + 237 + 221 = 708 (100%)
R 250 of 708 ~ 35.31%
G 237 of 708 ~ 33.47%
B 221 of 708 ~ 31.21%

%35.31
%33.47
%31.21

CMYK color model

#FAEDDD color CMYK value is (0,5,12,2).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK:
(0,5,12,2)
C0M5Y12K2 
(0%,5%,12%,2%)
(0.00/0.05/0.12/0.02)	

CMYK percentages

%0
%5.2
%11.6
%1.96

Codes

Color #FAEDDD in popluar color models

FAEDDD
RGB250237221
HSL33°74.36%92.35%
HSB/HSV33°11.60%98.04%
CMYK0.00%5.20%11.60%
1.96%

Color #FAEDDD in popluar number systems.

HEXFAEDDD
Decimal250237221
Binary111110101110110111011101
Octal372355335

Shades and tints

Shades of #FAEDDD

#FAEDDD
(250,237,221)
#E4D8C9
(228,216,201)
#CEC3B5
(206,195,181)
#B8AEA1
(184,174,161)
#A2998D
(162,153,141)
#8C8479
(140,132,121)
#766F65
(118,111,101)
#605A51
(96,90,81)
#4A453D
(74,69,61)
#343029
(52,48,41)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #FAEDDD

#FAEDDD
(250,237,221)
#FAEEE0
(250,238,224)
#FAEFE3
(250,239,227)
#FAF0E6
(250,240,230)
#FAF1E9
(250,241,233)
#FAF2EC
(250,242,236)
#FAF3EF
(250,243,239)
#FAF4F2
(250,244,242)
#FAF5F5
(250,245,245)
#FAF6F8
(250,246,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEDDD color. Also use rgb(250,237,221) instead hex code.

Text Font Color

.myTextColor { color: #FAEDDD; }

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

This text font color is #FAEDDD.


Background Color

.myBgColor { background-color: #FAEDDD; }

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

This div background color is #FAEDDD.


Border color

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

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

This div border color is #FAEDDD.


Opacity

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

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

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

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

This text has shadow with #FAEDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEDDD on black background.


Color preview on white background

This text has color #FAEDDD on white background.



Black color preview on #FAEDDD background

This text has black color on #FAEDDD background.


White color preview on #FAEDDD background

This text has white color on #FAEDDD background.