#FAE0C8

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

Shades of Sazerac #FAE0C8

Tints of Sazerac #FAE0C8

Color information

#FAE0C8 (or 0xFAE0C8) is unknown color: approx Sazerac. HEX triplet: FA, E0 and C8. RGB value is (250,224,200). Sum of RGB (Red+Green+Blue) = 250+224+200=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0C8 is #051F37. Grayscale: #E5E5E5. Windows color (decimal): -335672 or 13164794. OLE color: 13164794.

HSL color Cylindrical-coordinate representation of color #FAE0C8: hue angle of 28.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAE0C8 is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB250224200-
CMYK00.100.20.02
HSL28.8º83.33%88.24%-
HSV(B)28.8º20%98.04%-
XYZ76.5177.8165.63-
YUV229.04111.61142.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 224 (87.89% from 255) = 33.23%
BLUE value IS 200 (78.52% from 255) = 29.67%
R=37.09%
G=33.23%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022420000.100.20.0228.883.3388.24
HexFAE0C80A1421d5358
Octal37234031001224235123130
Binary1111101011100000110010000101010100101110110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0C8; }

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

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

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

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

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

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

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

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