COLOR #FAE8C0

HEX: #FAE8C0 RGB: (250,232,192)

Color info

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

RGB color model

#FAE8C0 color RGB value is (250,232,192).

RGB: (250,232,192) (98%, 91%, 75%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 192 of 255 = 75%

250
232
192

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

Portions of RGB colors in percentages

R + G + B = 250 + 232 + 192 = 674 (100%)
R 250 of 674 ~ 37.09%
G 232 of 674 ~ 34.42%
B 192 of 674 ~ 28.49'%

%37.09
%34.42
%28.49

CMYK color model

#FAE8C0 color CMYK value is (0,7,23,2).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 23.20%
  • key color value is 1.96%

CMYK: (0,7,23,2)
C0M7Y23K2 (0%, 7%, 23%, 2%)
(0.00 / 0.07 / 0.23 / 0.02)

CMYK percentages

%0
%7.2
%23.2
%1.96

Codes

Color #FAE8C0 in popluar color models

FA E8 C0
RGB 250 232 192
HSL 41° 85.29% 86.67%
HSB/HSV 41° 23.20% 98.04%
CMYK 0.00% 7.20% 23.20%
1.96%

Color #FAE8C0 in popluar number systems.

HEX FA E8 C0
Decimal 250 232 192
Binary 11111010 11101000 11000000
Octal 372 350 300

Shades and tints

Shades of #FAE8C0

#FAE8C0
(250,232,192)
#E4D3AF
(228,211,175)
#CEBE9E
(206,190,158)
#B8A98D
(184,169,141)
#A2947C
(162,148,124)
#8C7F6B
(140,127,107)
#766A5A
(118,106,90)
#605549
(96,85,73)
#4A4038
(74,64,56)
#342B27
(52,43,39)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #FAE8C0

#FAE8C0
(250,232,192)
#FAEAC5
(250,234,197)
#FAECCA
(250,236,202)
#FAEECF
(250,238,207)
#FAF0D4
(250,240,212)
#FAF2D9
(250,242,217)
#FAF4DE
(250,244,222)
#FAF6E3
(250,246,227)
#FAF8E8
(250,248,232)
#FAFAED
(250,250,237)
#FAFCF2
(250,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE8C0 color. Also use rgb(250,232,192) instead hex code.

Text Font Color

.myTextColor { color: #FAE8C0; }

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

This text font color is #FAE8C0.

Background Color

.myBgColor { background-color: #FAE8C0; }

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

This div background color is #FAE8C0.

Border color

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

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

This div border color is #FAE8C0.

Opacity

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

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

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

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

This text has shadow with #FAE8C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE8C0.

Preview

Color preview on black background

This text has color #FAE8C0 on black background.


Color preview on white background

This text has color #FAE8C0 on white background.


Black color preview on #FAE8C0 background

This text has black color on #FAE8C0 background.


White color preview on #FAE8C0 background

This text has white color on #FAE8C0 background.


Related colors

Complementary color

Complementary color for #hex is #05173F.


I love getcolorcode.com

Triadic colors

1 #C0FAE8 and #E8C0FA with #FAE8C0 are triadic colors.

2 #C0E8FA and #E8FAC0 with #FAE8C0 are triadic colors.