#FAE9CC

Color #FAE9CC Blanched Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blanched Almond #FAE9CC

Tints of Blanched Almond #FAE9CC

Color information

#FAE9CC (or 0xFAE9CC) is unknown color: approx Blanched Almond. HEX triplet: FA, E9 and CC. RGB value is (250,233,204). Sum of RGB (Red+Green+Blue) = 250+233+204=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9CC is #051633. Grayscale: #EAEAEA. Windows color (decimal): -333364 or 13429242. OLE color: 13429242.

HSL color Cylindrical-coordinate representation of color #FAE9CC: hue angle of 37.83º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE9CC is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250233204-
CMYK00.070.180.02
HSL37.83º82.14%89.02%-
HSV(B)37.83º18.4%98.04%-
XYZ79.4682.9668.95-
YUV234.78110.63138.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 233 (91.41% from 255) = 33.92%
BLUE value IS 204 (80.08% from 255) = 29.69%
R=36.39%
G=33.92%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023320400.070.180.0237.8382.1489.02
HexFAE9CC07122265259
Octal3723513140722246122131
Binary1111101011101001110011000111100101010011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9CC; }

 p { color: rgb(250,233,204); }

 H1.HeaderClassName
 {
   color: #FAE9CC;
 }
 .AnyTagClassName
 {
   color: #FAE9CC;
 }
</style>
background-color css

<style>
 a { background-color: #FAE9CC; }

 a { background-color: rgb(250,233,204); }

 div.DivClassName
 {
   background-color: #FAE9CC;
 }
 .BgClassName
 {
   background-color: #FAE9CC;
 }
</style>
border-color css

<style>
 span { border-color: #FAE9CC; }

 span { border-color: rgb(250,233,204); }

 td.TdClassName
 {
   border-color: #FAE9CC;
 }
 .TagClassName
 {
   border-color: #FAE9CC;
 }
</style>