#FAE0BF

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

Shades of Sazerac #FAE0BF

Tints of Sazerac #FAE0BF

Color information

#FAE0BF (or 0xFAE0BF) is unknown color: approx Sazerac. HEX triplet: FA, E0 and BF. RGB value is (250,224,191). Sum of RGB (Red+Green+Blue) = 250+224+191=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0BF is #051F40. Grayscale: #E4E4E4. Windows color (decimal): -335681 or 12574970. OLE color: 12574970.

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

Color convert

RGB250224191-
CMYK00.100.240.02
HSL33.56º85.51%86.47%-
HSV(B)33.56º23.6%98.04%-
XYZ75.4877.460.25-
YUV228.01107.11143.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 191 (75% from 255) = 28.72%
R=37.59%
G=33.68%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022419100.100.240.0233.5685.5186.47
HexFAE0BF0A182225656
Octal37234027701230242126126
Binary11111010111000001011111101010110001010001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0BF; }

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

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

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

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

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

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

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

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