#FAE8CC

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

Shades of Blanched Almond #FAE8CC

Tints of Blanched Almond #FAE8CC

Color information

#FAE8CC (or 0xFAE8CC) is unknown color: approx Blanched Almond. HEX triplet: FA, E8 and CC. RGB value is (250,232,204). Sum of RGB (Red+Green+Blue) = 250+232+204=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8CC is #051733. Grayscale: #EAEAEA. Windows color (decimal): -333620 or 13428986. OLE color: 13428986.

HSL color Cylindrical-coordinate representation of color #FAE8CC: hue angle of 36.52º 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 #FAE8CC is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250232204-
CMYK00.070.180.02
HSL36.52º82.14%89.02%-
HSV(B)36.52º18.4%98.04%-
XYZ79.1882.468.86-
YUV234.19110.96139.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 204 (80.08% from 255) = 29.74%
R=36.44%
G=33.82%
B=29.74%

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
Decimal25023220400.070.180.0236.5282.1489.02
HexFAE8CC07122255259
Octal3723503140722245122131
Binary1111101011101000110011000111100101010010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8CC; }

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

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

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

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

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

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

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

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