COLOR #FAE5CA

HEX: #FAE5CA
RGB: (250,229,202)

Color info

#FAE5CA contains red, green and blue colors in about the same proportion. Web safe color of #FAE5CA is #FFCCCC (or #FCC).

RGB color model

#FAE5CA color RGB value is (250,229,202).

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

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 202 of 255 = 79%

250
229
202

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 202 = 681 (100%)
R 250 of 681 ~ 36.71%
G 229 of 681 ~ 33.63%
B 202 of 681 ~ 29.66%

%36.71
%33.63
%29.66

CMYK color model

#FAE5CA color CMYK value is (0,8,19,2).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(0,8,19,2)
C0M8Y19K2 
(0%,8%,19%,2%)
(0.00/0.08/0.19/0.02)	

CMYK percentages

%0
%8.4
%19.2
%1.96

Codes

Color #FAE5CA in popluar color models

FAE5CA
RGB250229202
HSL34°82.76%88.63%
HSB/HSV34°19.20%98.04%
CMYK0.00%8.40%19.20%
1.96%

Color #FAE5CA in popluar number systems.

HEXFAE5CA
Decimal250229202
Binary111110101110010111001010
Octal372345312

Shades and tints

Shades of #FAE5CA

#FAE5CA
(250,229,202)
#E4D1B8
(228,209,184)
#CEBDA6
(206,189,166)
#B8A994
(184,169,148)
#A29582
(162,149,130)
#8C8170
(140,129,112)
#766D5E
(118,109,94)
#60594C
(96,89,76)
#4A453A
(74,69,58)
#343128
(52,49,40)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #FAE5CA

#FAE5CA
(250,229,202)
#FAE7CE
(250,231,206)
#FAE9D2
(250,233,210)
#FAEBD6
(250,235,214)
#FAEDDA
(250,237,218)
#FAEFDE
(250,239,222)
#FAF1E2
(250,241,226)
#FAF3E6
(250,243,230)
#FAF5EA
(250,245,234)
#FAF7EE
(250,247,238)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5CA; }

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

This text font color is #FAE5CA.


Background Color

.myBgColor { background-color: #FAE5CA; }

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

This div background color is #FAE5CA.


Border color

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

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

This div border color is #FAE5CA.


Opacity

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

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

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

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

This text has shadow with #FAE5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5CA on black background.


Color preview on white background

This text has color #FAE5CA on white background.



Black color preview on #FAE5CA background

This text has black color on #FAE5CA background.


White color preview on #FAE5CA background

This text has white color on #FAE5CA background.