#F7E0CB

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

Shades of Sazerac #F7E0CB

Tints of Sazerac #F7E0CB

Color information

#F7E0CB (or 0xF7E0CB) is unknown color: approx Sazerac. HEX triplet: F7, E0 and CB. RGB value is (247,224,203). Sum of RGB (Red+Green+Blue) = 247+224+203=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0CB is #081F34. Grayscale: #E4E4E4. Windows color (decimal): -532277 or 13361399. OLE color: 13361399.

HSL color Cylindrical-coordinate representation of color #F7E0CB: hue angle of 28.64º degrees, saturation: 0.73, 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 #F7E0CB is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247224203-
CMYK00.090.180.03
HSL28.64º73.33%88.24%-
HSV(B)28.64º17.81%96.86%-
XYZ75.7977.467.44-
YUV228.48113.62141.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.65%
GREEN value IS 224 (87.89% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 30.12%
R=36.65%
G=33.23%
B=30.12%

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
Decimal24722420300.090.180.0328.6473.3388.24
HexF7E0CB091231d4958
Octal36734031301122335111130
Binary1111011111100000110010110100110010111110110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0CB; }

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

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

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

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

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

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

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

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