#FAE9DF

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

Shades of Chablis #FAE9DF

Tints of Chablis #FAE9DF

Color information

#FAE9DF (or 0xFAE9DF) is unknown color: approx Chablis. HEX triplet: FA, E9 and DF. RGB value is (250,233,223). Sum of RGB (Red+Green+Blue) = 250+233+223=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DF is #051620. Grayscale: #EDEDED. Windows color (decimal): -333345 or 14674426. OLE color: 14674426.

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

Color convert

RGB250233223-
CMYK00.070.110.02
HSL22.22º72.97%92.75%-
HSV(B)22.22º10.8%98.04%-
XYZ81.8883.9381.7-
YUV236.94120.13137.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 233 (91.41% from 255) = 33.00%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=35.41%
G=33.00%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023322300.070.110.0222.2272.9792.75
HexFAE9DF07B216495d
Octal3723513370713226111135
Binary11111010111010011101111101111011101011010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9DF; }

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

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

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

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

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

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

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

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