#FAE7DD

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

Shades of Chablis #FAE7DD

Tints of Chablis #FAE7DD

Color information

#FAE7DD (or 0xFAE7DD) is unknown color: approx Chablis. HEX triplet: FA, E7 and DD. RGB value is (250,231,221). Sum of RGB (Red+Green+Blue) = 250+231+221=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7DD is #051822. Grayscale: #EBEBEB. Windows color (decimal): -333859 or 14542842. OLE color: 14542842.

HSL color Cylindrical-coordinate representation of color #FAE7DD: hue angle of 20.69º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE7DD is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250231221-
CMYK00.080.120.02
HSL20.69º74.36%92.35%-
HSV(B)20.69º11.6%98.04%-
XYZ81.0582.780.1-
YUV235.54119.79138.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 231 (90.62% from 255) = 32.91%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=35.61%
G=32.91%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023122100.080.120.0220.6974.3692.35
HexFAE7DD08C2154a5c
Octal37234733501014225112134
Binary111110101110011111011101010001100101010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7DD; }

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

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

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

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

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

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

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

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