COLOR #FAECF8

HEX: #FAECF8
RGB: (250,236,248)

Color info

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

RGB color model

#FAECF8 color RGB value is (250,236,248).

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

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 248 of 255 = 97%

250
236
248

R + G + B ~ 96%. #FAECF8 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 236 + 248 = 734 (100%)
R 250 of 734 ~ 34.06%
G 236 of 734 ~ 32.15%
B 248 of 734 ~ 33.79%

%34.06
%32.15
%33.79

CMYK color model

#FAECF8 color CMYK value is (0,6,1,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(0,6,1,2)
C0M6Y1K2 
(0%,6%,1%,2%)
(0.00/0.06/0.01/0.02)	

CMYK percentages

%0
%5.6
%0.8
%1.96

Codes

Color #FAECF8 in popluar color models

FAECF8
RGB250236248
HSL309°58.33%95.29%
HSB/HSV309°5.60%98.04%
CMYK0.00%5.60%0.80%
1.96%

Color #FAECF8 in popluar number systems.

HEXFAECF8
Decimal250236248
Binary111110101110110011111000
Octal372354370

Shades and tints

Shades of #FAECF8

#FAECF8
(250,236,248)
#E4D7E2
(228,215,226)
#CEC2CC
(206,194,204)
#B8ADB6
(184,173,182)
#A298A0
(162,152,160)
#8C838A
(140,131,138)
#766E74
(118,110,116)
#60595E
(96,89,94)
#4A4448
(74,68,72)
#342F32
(52,47,50)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #FAECF8

#FAECF8
(250,236,248)
#FAEDF8
(250,237,248)
#FAEEF8
(250,238,248)
#FAEFF8
(250,239,248)
#FAF0F8
(250,240,248)
#FAF1F8
(250,241,248)
#FAF2F8
(250,242,248)
#FAF3F8
(250,243,248)
#FAF4F8
(250,244,248)
#FAF5F8
(250,245,248)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAECF8; }

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

This text font color is #FAECF8.


Background Color

.myBgColor { background-color: #FAECF8; }

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

This div background color is #FAECF8.


Border color

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

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

This div border color is #FAECF8.


Opacity

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

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

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

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

This text has shadow with #FAECF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAECF8 on black background.


Color preview on white background

This text has color #FAECF8 on white background.



Black color preview on #FAECF8 background

This text has black color on #FAECF8 background.


White color preview on #FAECF8 background

This text has white color on #FAECF8 background.