COLOR #FAE9CA

HEX: #FAE9CA
RGB: (250,233,202)

Color info

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

RGB color model

#FAE9CA color RGB value is (250,233,202).

  • red value is 250;
  • green value is 233;
  • blue value is 202.
RGB:
(250,233,202)
(98%,91%,79%)

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 202 of 255 = 79%

250
233
202

R + G + B ~ 89%. #FAE9CA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 202 = 685 (100%)
R 250 of 685 ~ 36.5%
G 233 of 685 ~ 34.01%
B 202 of 685 ~ 29.49%

%36.5
%34.01
%29.49

CMYK color model

#FAE9CA color CMYK value is (0,7,19,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(0,7,19,2)
C0M7Y19K2 
(0%,7%,19%,2%)
(0.00/0.07/0.19/0.02)	

CMYK percentages

%0
%6.8
%19.2
%1.96

Codes

Color #FAE9CA in popluar color models

FAE9CA
RGB250233202
HSL39°82.76%88.63%
HSB/HSV39°19.20%98.04%
CMYK0.00%6.80%19.20%
1.96%

Color #FAE9CA in popluar number systems.

HEXFAE9CA
Decimal250233202
Binary111110101110100111001010
Octal372351312

Shades and tints

Shades of #FAE9CA

#FAE9CA
(250,233,202)
#E4D4B8
(228,212,184)
#CEBFA6
(206,191,166)
#B8AA94
(184,170,148)
#A29582
(162,149,130)
#8C8070
(140,128,112)
#766B5E
(118,107,94)
#60564C
(96,86,76)
#4A413A
(74,65,58)
#342C28
(52,44,40)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #FAE9CA

#FAE9CA
(250,233,202)
#FAEBCE
(250,235,206)
#FAEDD2
(250,237,210)
#FAEFD6
(250,239,214)
#FAF1DA
(250,241,218)
#FAF3DE
(250,243,222)
#FAF5E2
(250,245,226)
#FAF7E6
(250,247,230)
#FAF9EA
(250,249,234)
#FAFBEE
(250,251,238)
#FAFDF2
(250,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE9CA color. Also use rgb(250,233,202) instead hex code.

Text Font Color

.myTextColor { color: #FAE9CA; }

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

This text font color is #FAE9CA.


Background Color

.myBgColor { background-color: #FAE9CA; }

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

This div background color is #FAE9CA.


Border color

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

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

This div border color is #FAE9CA.


Opacity

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

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

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

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

This text has shadow with #FAE9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9CA on black background.


Color preview on white background

This text has color #FAE9CA on white background.



Black color preview on #FAE9CA background

This text has black color on #FAE9CA background.


White color preview on #FAE9CA background

This text has white color on #FAE9CA background.