COLOR #FAECF0

HEX: #FAECF0
RGB: (250,236,240)

Color info

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

RGB color model

#FAECF0 color RGB value is (250,236,240).

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

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 240 of 255 = 94%

250
236
240

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

Portions of RGB colors in percentages

R + G + B =
250 + 236 + 240 = 726 (100%)
R 250 of 726 ~ 34.44%
G 236 of 726 ~ 32.51%
B 240 of 726 ~ 33.06%

%34.44
%32.51
%33.06

CMYK color model

#FAECF0 color CMYK value is (0,6,4,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(0,6,4,2)
C0M6Y4K2 
(0%,6%,4%,2%)
(0.00/0.06/0.04/0.02)	

CMYK percentages

%0
%5.6
%4
%1.96

Codes

Color #FAECF0 in popluar color models

FAECF0
RGB250236240
HSL343°58.33%95.29%
HSB/HSV343°5.60%98.04%
CMYK0.00%5.60%4.00%
1.96%

Color #FAECF0 in popluar number systems.

HEXFAECF0
Decimal250236240
Binary111110101110110011110000
Octal372354360

Shades and tints

Shades of #FAECF0

#FAECF0
(250,236,240)
#E4D7DB
(228,215,219)
#CEC2C6
(206,194,198)
#B8ADB1
(184,173,177)
#A2989C
(162,152,156)
#8C8387
(140,131,135)
#766E72
(118,110,114)
#60595D
(96,89,93)
#4A4448
(74,68,72)
#342F33
(52,47,51)
#1E1A1E
(30,26,30)
#000000
(0,0,0)

Tints of #FAECF0

#FAECF0
(250,236,240)
#FAEDF1
(250,237,241)
#FAEEF2
(250,238,242)
#FAEFF3
(250,239,243)
#FAF0F4
(250,240,244)
#FAF1F5
(250,241,245)
#FAF2F6
(250,242,246)
#FAF3F7
(250,243,247)
#FAF4F8
(250,244,248)
#FAF5F9
(250,245,249)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAECF0; }

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

This text font color is #FAECF0.


Background Color

.myBgColor { background-color: #FAECF0; }

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

This div background color is #FAECF0.


Border color

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

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

This div border color is #FAECF0.


Opacity

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

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

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

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

This text has shadow with #FAECF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAECF0 on black background.


Color preview on white background

This text has color #FAECF0 on white background.



Black color preview on #FAECF0 background

This text has black color on #FAECF0 background.


White color preview on #FAECF0 background

This text has white color on #FAECF0 background.