COLOR #FAEFEB

HEX: #FAEFEB
RGB: (250,239,235)

Color info

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

RGB color model

#FAEFEB color RGB value is (250,239,235).

  • red value is 250;
  • green value is 239;
  • blue value is 235.
RGB:
(250,239,235)
(98%,94%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 235 of 255 = 92%

250
239
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 235 = 724 (100%)
R 250 of 724 ~ 34.53%
G 239 of 724 ~ 33.01%
B 235 of 724 ~ 32.46%

%34.53
%33.01
%32.46

CMYK color model

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

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

CMYK percentages

%0
%4.4
%6
%1.96

Codes

Color #FAEFEB in popluar color models

FAEFEB
RGB250239235
HSL16°60.00%95.10%
HSB/HSV16°6.00%98.04%
CMYK0.00%4.40%6.00%
1.96%

Color #FAEFEB in popluar number systems.

HEXFAEFEB
Decimal250239235
Binary111110101110111111101011
Octal372357353

Shades and tints

Shades of #FAEFEB

#FAEFEB
(250,239,235)
#E4DAD6
(228,218,214)
#CEC5C1
(206,197,193)
#B8B0AC
(184,176,172)
#A29B97
(162,155,151)
#8C8682
(140,134,130)
#76716D
(118,113,109)
#605C58
(96,92,88)
#4A4743
(74,71,67)
#34322E
(52,50,46)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #FAEFEB

#FAEFEB
(250,239,235)
#FAF0EC
(250,240,236)
#FAF1ED
(250,241,237)
#FAF2EE
(250,242,238)
#FAF3EF
(250,243,239)
#FAF4F0
(250,244,240)
#FAF5F1
(250,245,241)
#FAF6F2
(250,246,242)
#FAF7F3
(250,247,243)
#FAF8F4
(250,248,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEFEB color. Also use rgb(250,239,235) instead hex code.

Text Font Color

.myTextColor { color: #FAEFEB; }

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

This text font color is #FAEFEB.


Background Color

.myBgColor { background-color: #FAEFEB; }

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

This div background color is #FAEFEB.


Border color

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

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

This div border color is #FAEFEB.


Opacity

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

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

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

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

This text has shadow with #FAEFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFEB on black background.


Color preview on white background

This text has color #FAEFEB on white background.



Black color preview on #FAEFEB background

This text has black color on #FAEFEB background.


White color preview on #FAEFEB background

This text has white color on #FAEFEB background.