#FAE7DE

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

Shades of Chablis #FAE7DE

Tints of Chablis #FAE7DE

Color information

#FAE7DE (or 0xFAE7DE) is unknown color: approx Chablis. HEX triplet: FA, E7 and DE. RGB value is (250,231,222). Sum of RGB (Red+Green+Blue) = 250+231+222=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7DE is #051821. Grayscale: #EBEBEB. Windows color (decimal): -333858 or 14608378. OLE color: 14608378.

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

Color convert

RGB250231222-
CMYK00.080.110.02
HSL19.29º73.68%92.55%-
HSV(B)19.29º11.2%98.04%-
XYZ81.1982.7580.8-
YUV235.65120.29138.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 231 (90.62% from 255) = 32.86%
BLUE value IS 222 (87.11% from 255) = 31.58%
R=35.56%
G=32.86%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023122200.080.110.0219.2973.6892.55
HexFAE7DE08B2134a5d
Octal37234733601013223112135
Binary111110101110011111011110010001011101001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7DE; }

 p { color: rgb(250,231,222); }

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

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

 a { background-color: rgb(250,231,222); }

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

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

 span { border-color: rgb(250,231,222); }

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