COLOR #FAEDDB

HEX: #FAEDDB
RGB: (250,237,219)

Color info

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

RGB color model

#FAEDDB color RGB value is (250,237,219).

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

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 219 of 255 = 86%

250
237
219

R + G + B ~ 92%. #FAEDDB is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 237 + 219 = 706 (100%)
R 250 of 706 ~ 35.41%
G 237 of 706 ~ 33.57%
B 219 of 706 ~ 31.02%

%35.41
%33.57
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 12.40%
  • 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
%12.4
%1.96

Codes

Color #FAEDDB in popluar color models

FAEDDB
RGB250237219
HSL35°75.61%91.96%
HSB/HSV35°12.40%98.04%
CMYK0.00%5.20%12.40%
1.96%

Color #FAEDDB in popluar number systems.

HEXFAEDDB
Decimal250237219
Binary111110101110110111011011
Octal372355333

Shades and tints

Shades of #FAEDDB

#FAEDDB
(250,237,219)
#E4D8C8
(228,216,200)
#CEC3B5
(206,195,181)
#B8AEA2
(184,174,162)
#A2998F
(162,153,143)
#8C847C
(140,132,124)
#766F69
(118,111,105)
#605A56
(96,90,86)
#4A4543
(74,69,67)
#343030
(52,48,48)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #FAEDDB

#FAEDDB
(250,237,219)
#FAEEDE
(250,238,222)
#FAEFE1
(250,239,225)
#FAF0E4
(250,240,228)
#FAF1E7
(250,241,231)
#FAF2EA
(250,242,234)
#FAF3ED
(250,243,237)
#FAF4F0
(250,244,240)
#FAF5F3
(250,245,243)
#FAF6F6
(250,246,246)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEDDB; }

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

This text font color is #FAEDDB.


Background Color

.myBgColor { background-color: #FAEDDB; }

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

This div background color is #FAEDDB.


Border color

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

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

This div border color is #FAEDDB.


Opacity

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

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

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

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

This text has shadow with #FAEDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEDDB on black background.


Color preview on white background

This text has color #FAEDDB on white background.



Black color preview on #FAEDDB background

This text has black color on #FAEDDB background.


White color preview on #FAEDDB background

This text has white color on #FAEDDB background.