COLOR #FAEFE4

HEX: #FAEFE4
RGB: (250,239,228)

Color info

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

RGB color model

#FAEFE4 color RGB value is (250,239,228).

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

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 228 of 255 = 89%

250
239
228

R + G + B ~ 94%. #FAEFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 228 = 717 (100%)
R 250 of 717 ~ 34.87%
G 239 of 717 ~ 33.33%
B 228 of 717 ~ 31.8%

%34.87
%33.33
%31.8

CMYK color model

#FAEFE4 color CMYK value is (0,4,9,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(0,4,9,2)
C0M4Y9K2 
(0%,4%,9%,2%)
(0.00/0.04/0.09/0.02)	

CMYK percentages

%0
%4.4
%8.8
%1.96

Codes

Color #FAEFE4 in popluar color models

FAEFE4
RGB250239228
HSL30°68.75%93.73%
HSB/HSV30°8.80%98.04%
CMYK0.00%4.40%8.80%
1.96%

Color #FAEFE4 in popluar number systems.

HEXFAEFE4
Decimal250239228
Binary111110101110111111100100
Octal372357344

Shades and tints

Shades of #FAEFE4

#FAEFE4
(250,239,228)
#E4DAD0
(228,218,208)
#CEC5BC
(206,197,188)
#B8B0A8
(184,176,168)
#A29B94
(162,155,148)
#8C8680
(140,134,128)
#76716C
(118,113,108)
#605C58
(96,92,88)
#4A4744
(74,71,68)
#343230
(52,50,48)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #FAEFE4

#FAEFE4
(250,239,228)
#FAF0E6
(250,240,230)
#FAF1E8
(250,241,232)
#FAF2EA
(250,242,234)
#FAF3EC
(250,243,236)
#FAF4EE
(250,244,238)
#FAF5F0
(250,245,240)
#FAF6F2
(250,246,242)
#FAF7F4
(250,247,244)
#FAF8F6
(250,248,246)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFE4; }

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

This text font color is #FAEFE4.


Background Color

.myBgColor { background-color: #FAEFE4; }

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

This div background color is #FAEFE4.


Border color

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

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

This div border color is #FAEFE4.


Opacity

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

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

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

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

This text has shadow with #FAEFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFE4 on black background.


Color preview on white background

This text has color #FAEFE4 on white background.



Black color preview on #FAEFE4 background

This text has black color on #FAEFE4 background.


White color preview on #FAEFE4 background

This text has white color on #FAEFE4 background.