#F7DEBD

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

Shades of Sazerac #F7DEBD

Tints of Sazerac #F7DEBD

Color information

#F7DEBD (or 0xF7DEBD) is unknown color: approx Sazerac. HEX triplet: F7, DE and BD. RGB value is (247,222,189). Sum of RGB (Red+Green+Blue) = 247+222+189=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEBD is #082142. Grayscale: #E1E1E1. Windows color (decimal): -532803 or 12443383. OLE color: 12443383.

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

Color convert

RGB247222189-
CMYK00.100.230.03
HSL34.14º78.38%85.49%-
HSV(B)34.14º23.48%96.86%-
XYZ73.6675.6958.87-
YUV225.71107.28143.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.54%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 189 (74.22% from 255) = 28.72%
R=37.54%
G=33.74%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722218900.100.230.0334.1478.3885.49
HexF7DEBD0A173224e55
Octal36733627501227342116125
Binary11110111110111101011110101010101111110001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DEBD; }

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

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

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

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

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

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

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

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