#FAE0C0

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

Shades of Sazerac #FAE0C0

Tints of Sazerac #FAE0C0

Color information

#FAE0C0 (or 0xFAE0C0) is unknown color: approx Sazerac. HEX triplet: FA, E0 and C0. RGB value is (250,224,192). Sum of RGB (Red+Green+Blue) = 250+224+192=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0C0 is #051F3F. Grayscale: #E4E4E4. Windows color (decimal): -335680 or 12640506. OLE color: 12640506.

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

Color convert

RGB250224192-
CMYK00.100.230.02
HSL33.1º85.29%86.67%-
HSV(B)33.1º23.2%98.04%-
XYZ75.5977.4460.83-
YUV228.13107.61143.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 192 (75.39% from 255) = 28.83%
R=37.54%
G=33.63%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022419200.100.230.0233.185.2986.67
HexFAE0C00A172215557
Octal37234030001227241125127
Binary11111010111000001100000001010101111010000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0C0; }

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

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

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

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

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

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

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

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