COLOR #FAECDB

HEX: #FAECDB
RGB: (250,236,219)

Color info

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

RGB color model

#FAECDB color RGB value is (250,236,219).

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

RGB channels and saturation

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

250
236
219

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

Portions of RGB colors in percentages

R + G + B =
250 + 236 + 219 = 705 (100%)
R 250 of 705 ~ 35.46%
G 236 of 705 ~ 33.48%
B 219 of 705 ~ 31.06%

%35.46
%33.48
%31.06

CMYK color model

#FAECDB color CMYK value is (0,6,12,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 12.40%
  • key color value is 1.96%
CMYK:
(0,6,12,2)
C0M6Y12K2 
(0%,6%,12%,2%)
(0.00/0.06/0.12/0.02)	

CMYK percentages

%0
%5.6
%12.4
%1.96

Codes

Color #FAECDB in popluar color models

FAECDB
RGB250236219
HSL33°75.61%91.96%
HSB/HSV33°12.40%98.04%
CMYK0.00%5.60%12.40%
1.96%

Color #FAECDB in popluar number systems.

HEXFAECDB
Decimal250236219
Binary111110101110110011011011
Octal372354333

Shades and tints

Shades of #FAECDB

#FAECDB
(250,236,219)
#E4D7C8
(228,215,200)
#CEC2B5
(206,194,181)
#B8ADA2
(184,173,162)
#A2988F
(162,152,143)
#8C837C
(140,131,124)
#766E69
(118,110,105)
#605956
(96,89,86)
#4A4443
(74,68,67)
#342F30
(52,47,48)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #FAECDB

#FAECDB
(250,236,219)
#FAEDDE
(250,237,222)
#FAEEE1
(250,238,225)
#FAEFE4
(250,239,228)
#FAF0E7
(250,240,231)
#FAF1EA
(250,241,234)
#FAF2ED
(250,242,237)
#FAF3F0
(250,243,240)
#FAF4F3
(250,244,243)
#FAF5F6
(250,245,246)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAECDB; }

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

This text font color is #FAECDB.


Background Color

.myBgColor { background-color: #FAECDB; }

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

This div background color is #FAECDB.


Border color

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

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

This div border color is #FAECDB.


Opacity

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

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

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

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

This text has shadow with #FAECDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAECDB on black background.


Color preview on white background

This text has color #FAECDB on white background.



Black color preview on #FAECDB background

This text has black color on #FAECDB background.


White color preview on #FAECDB background

This text has white color on #FAECDB background.