#F5E1CA

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

Shades of Sazerac #F5E1CA

Tints of Sazerac #F5E1CA

Color information

#F5E1CA (or 0xF5E1CA) is unknown color: approx Sazerac. HEX triplet: F5, E1 and CA. RGB value is (245,225,202). Sum of RGB (Red+Green+Blue) = 245+225+202=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1CA is #0A1E35. Grayscale: #E4E4E4. Windows color (decimal): -663094 or 13296117. OLE color: 13296117.

HSL color Cylindrical-coordinate representation of color #F5E1CA: hue angle of 32.09º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5E1CA is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245225202-
CMYK00.080.180.04
HSL32.09º68.25%87.65%-
HSV(B)32.09º17.55%96.08%-
XYZ75.2477.5366.88-
YUV228.36113.13139.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 225 (88.28% from 255) = 33.48%
BLUE value IS 202 (79.30% from 255) = 30.06%
R=36.46%
G=33.48%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522520200.080.180.0432.0968.2587.65
HexF5E1CA08124204458
Octal36534131201022440104130
Binary111101011110000111001010010001001010010000010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E1CA; }

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

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

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

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

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

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

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

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