COLOR #FAE1CA

HEX: #FAE1CA
RGB: (250,225,202)

Color info

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

RGB color model

#FAE1CA color RGB value is (250,225,202).

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

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 202 of 255 = 79%

250
225
202

R + G + B ~ 88%. #FAE1CA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 202 = 677 (100%)
R 250 of 677 ~ 36.93%
G 225 of 677 ~ 33.23%
B 202 of 677 ~ 29.84%

%36.93
%33.23
%29.84

CMYK color model

#FAE1CA color CMYK value is (0,10,19,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(0,10,19,2)
C0M10Y19K2 
(0%,10%,19%,2%)
(0.00/0.10/0.19/0.02)	

CMYK percentages

%0
%10
%19.2
%1.96

Codes

Color #FAE1CA in popluar color models

FAE1CA
RGB250225202
HSL29°82.76%88.63%
HSB/HSV29°19.20%98.04%
CMYK0.00%10.00%19.20%
1.96%

Color #FAE1CA in popluar number systems.

HEXFAE1CA
Decimal250225202
Binary111110101110000111001010
Octal372341312

Shades and tints

Shades of #FAE1CA

#FAE1CA
(250,225,202)
#E4CDB8
(228,205,184)
#CEB9A6
(206,185,166)
#B8A594
(184,165,148)
#A29182
(162,145,130)
#8C7D70
(140,125,112)
#76695E
(118,105,94)
#60554C
(96,85,76)
#4A413A
(74,65,58)
#342D28
(52,45,40)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #FAE1CA

#FAE1CA
(250,225,202)
#FAE3CE
(250,227,206)
#FAE5D2
(250,229,210)
#FAE7D6
(250,231,214)
#FAE9DA
(250,233,218)
#FAEBDE
(250,235,222)
#FAEDE2
(250,237,226)
#FAEFE6
(250,239,230)
#FAF1EA
(250,241,234)
#FAF3EE
(250,243,238)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1CA; }

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

This text font color is #FAE1CA.


Background Color

.myBgColor { background-color: #FAE1CA; }

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

This div background color is #FAE1CA.


Border color

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

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

This div border color is #FAE1CA.


Opacity

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

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

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

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

This text has shadow with #FAE1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE1CA on black background.


Color preview on white background

This text has color #FAE1CA on white background.



Black color preview on #FAE1CA background

This text has black color on #FAE1CA background.


White color preview on #FAE1CA background

This text has white color on #FAE1CA background.