#FAE1C6

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

Shades of Sazerac #FAE1C6

Tints of Sazerac #FAE1C6

Color information

#FAE1C6 (or 0xFAE1C6) is unknown color: approx Sazerac. HEX triplet: FA, E1 and C6. RGB value is (250,225,198). Sum of RGB (Red+Green+Blue) = 250+225+198=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1C6 is #051E39. Grayscale: #E5E5E5. Windows color (decimal): -335418 or 13033978. OLE color: 13033978.

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

Color convert

RGB250225198-
CMYK00.100.210.02
HSL31.15º83.87%87.84%-
HSV(B)31.15º20.8%98.04%-
XYZ76.5478.2564.5-
YUV229.4110.28142.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 225 (88.28% from 255) = 33.43%
BLUE value IS 198 (77.73% from 255) = 29.42%
R=37.15%
G=33.43%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022519800.100.210.0231.1583.8787.84
HexFAE1C60A1521f5458
Octal37234130601225237124130
Binary1111101011100001110001100101010101101111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1C6; }

 p { color: rgb(250,225,198); }

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

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

 a { background-color: rgb(250,225,198); }

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

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

 span { border-color: rgb(250,225,198); }

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