#F7DEC7

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

Shades of Sazerac #F7DEC7

Tints of Sazerac #F7DEC7

Color information

#F7DEC7 (or 0xF7DEC7) is unknown color: approx Sazerac. HEX triplet: F7, DE and C7. RGB value is (247,222,199). Sum of RGB (Red+Green+Blue) = 247+222+199=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEC7 is #082138. Grayscale: #E2E2E2. Windows color (decimal): -532793 or 13098743. OLE color: 13098743.

HSL color Cylindrical-coordinate representation of color #F7DEC7: hue angle of 28.75º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7DEC7 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247222199-
CMYK00.100.190.03
HSL28.75º75%87.45%-
HSV(B)28.75º19.43%96.86%-
XYZ74.7976.1464.79-
YUV226.85112.28142.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 199 (78.12% from 255) = 29.79%
R=36.98%
G=33.23%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722219900.100.190.0328.757587.45
HexF7DEC70A1331d4b57
Octal36733630701223335113127
Binary1111011111011110110001110101010011111110110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DEC7; }

 p { color: rgb(247,222,199); }

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

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

 a { background-color: rgb(247,222,199); }

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

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

 span { border-color: rgb(247,222,199); }

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