#FAE0CB

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

Shades of Sazerac #FAE0CB

Tints of Sazerac #FAE0CB

Color information

#FAE0CB (or 0xFAE0CB) is unknown color: approx Sazerac. HEX triplet: FA, E0 and CB. RGB value is (250,224,203). Sum of RGB (Red+Green+Blue) = 250+224+203=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0CB is #051F34. Grayscale: #E5E5E5. Windows color (decimal): -335669 or 13361402. OLE color: 13361402.

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

Color convert

RGB250224203-
CMYK00.100.190.02
HSL26.81º82.46%88.82%-
HSV(B)26.81º18.8%98.04%-
XYZ76.8677.9567.49-
YUV229.38113.11142.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 203 (79.69% from 255) = 29.99%
R=36.93%
G=33.09%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022420300.100.190.0226.8182.4688.82
HexFAE0CB0A1321b5259
Octal37234031301223233122131
Binary1111101011100000110010110101010011101101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0CB; }

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

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

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

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

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

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

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

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