#FAE8E0

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

Shades of Chablis #FAE8E0

Tints of Chablis #FAE8E0

Color information

#FAE8E0 (or 0xFAE8E0) is unknown color: approx Chablis. HEX triplet: FA, E8 and E0. RGB value is (250,232,224). Sum of RGB (Red+Green+Blue) = 250+232+224=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8E0 is #05171F. Grayscale: #ECECEC. Windows color (decimal): -333600 or 14739706. OLE color: 14739706.

HSL color Cylindrical-coordinate representation of color #FAE8E0: hue angle of 18.46º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE8E0 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250232224-
CMYK00.070.100.02
HSL18.46º72.22%92.94%-
HSV(B)18.46º10.4%98.04%-
XYZ81.7483.4282.31-
YUV236.47120.96137.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 232 (91.02% from 255) = 32.86%
BLUE value IS 224 (87.89% from 255) = 31.73%
R=35.41%
G=32.86%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023222400.070.100.0218.4672.2292.94
HexFAE8E007A212485d
Octal3723503400712222110135
Binary11111010111010001110000001111010101001010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8E0; }

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

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

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

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

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

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

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

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