#F7E1CA

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

Shades of Sazerac #F7E1CA

Tints of Sazerac #F7E1CA

Color information

#F7E1CA (or 0xF7E1CA) is unknown color: approx Sazerac. HEX triplet: F7, E1 and CA. RGB value is (247,225,202). Sum of RGB (Red+Green+Blue) = 247+225+202=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1CA is #081E35. Grayscale: #E5E5E5. Windows color (decimal): -532022 or 13296119. OLE color: 13296119.

HSL color Cylindrical-coordinate representation of color #F7E1CA: hue angle of 30.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7E1CA is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247225202-
CMYK00.090.180.03
HSL30.67º73.77%88.04%-
HSV(B)30.67º18.22%96.86%-
XYZ75.9477.8966.91-
YUV228.96112.79140.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.65%
GREEN value IS 225 (88.28% from 255) = 33.38%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=36.65%
G=33.38%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722520200.090.180.0330.6773.7788.04
HexF7E1CA091231f4a58
Octal36734131201122337112130
Binary1111011111100001110010100100110010111111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E1CA; }

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

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

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

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

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

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

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

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