#FAE8DF

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

Shades of Chablis #FAE8DF

Tints of Chablis #FAE8DF

Color information

#FAE8DF (or 0xFAE8DF) is unknown color: approx Chablis. HEX triplet: FA, E8 and DF. RGB value is (250,232,223). Sum of RGB (Red+Green+Blue) = 250+232+223=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8DF is #051720. Grayscale: #ECECEC. Windows color (decimal): -333601 or 14674170. OLE color: 14674170.

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

Color convert

RGB250232223-
CMYK00.070.110.02
HSL20º72.97%92.75%-
HSV(B)20º10.8%98.04%-
XYZ81.683.3681.6-
YUV236.36120.46137.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 232 (91.02% from 255) = 32.91%
BLUE value IS 223 (87.5% from 255) = 31.63%
R=35.46%
G=32.91%
B=31.63%

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
Decimal25023222300.070.110.022072.9792.75
HexFAE8DF07B214495d
Octal3723503370713224111135
Binary11111010111010001101111101111011101010010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8DF; }

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

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

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

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

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

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

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

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