#F7E0CC

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

Shades of Sazerac #F7E0CC

Tints of Sazerac #F7E0CC

Color information

#F7E0CC (or 0xF7E0CC) is unknown color: approx Sazerac. HEX triplet: F7, E0 and CC. RGB value is (247,224,204). Sum of RGB (Red+Green+Blue) = 247+224+204=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0CC is #081F33. Grayscale: #E4E4E4. Windows color (decimal): -532276 or 13426935. OLE color: 13426935.

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

Color convert

RGB247224204-
CMYK00.090.170.03
HSL27.91º72.88%88.43%-
HSV(B)27.91º17.41%96.86%-
XYZ75.9177.4568.07-
YUV228.6114.12141.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 224 (87.89% from 255) = 33.19%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=36.59%
G=33.19%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722420400.090.170.0327.9172.8888.43
HexF7E0CC091131c4958
Octal36734031401121334111130
Binary1111011111100000110011000100110001111110010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0CC; }

 p { color: rgb(247,224,204); }

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

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

 a { background-color: rgb(247,224,204); }

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

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

 span { border-color: rgb(247,224,204); }

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