#FAE1CA

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

Shades of Sazerac #FAE1CA

Tints of Sazerac #FAE1CA

Color information

#FAE1CA (or 0xFAE1CA) is unknown color: approx Sazerac. HEX triplet: FA, E1 and CA. RGB value is (250,225,202). Sum of RGB (Red+Green+Blue) = 250+225+202=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1CA is #051E35. Grayscale: #E5E5E5. Windows color (decimal): -335414 or 13296122. OLE color: 13296122.

HSL color Cylindrical-coordinate representation of color #FAE1CA: hue angle of 28.75º degrees, saturation: 0.83, 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 #FAE1CA is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250225202-
CMYK00.100.190.02
HSL28.75º82.76%88.63%-
HSV(B)28.75º19.2%98.04%-
XYZ77.0178.4466.96-
YUV229.85112.28142.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 225 (88.28% from 255) = 33.23%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=36.93%
G=33.23%
B=29.84%

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
Decimal25022520200.100.190.0228.7582.7688.63
HexFAE1CA0A1321d5359
Octal37234131201223235123131
Binary1111101011100001110010100101010011101110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1CA; }

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

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

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

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

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

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

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

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