#F7DDBE

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

Shades of Sazerac #F7DDBE

Tints of Sazerac #F7DDBE

Color information

#F7DDBE (or 0xF7DDBE) is unknown color: approx Sazerac. HEX triplet: F7, DD and BE. RGB value is (247,221,190). Sum of RGB (Red+Green+Blue) = 247+221+190=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDBE is #082241. Grayscale: #E1E1E1. Windows color (decimal): -533058 or 12508663. OLE color: 12508663.

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

Color convert

RGB247221190-
CMYK00.110.230.03
HSL32.63º78.08%85.69%-
HSV(B)32.63º23.08%96.86%-
XYZ73.5175.259.36-
YUV225.24108.11143.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.54%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 190 (74.61% from 255) = 28.88%
R=37.54%
G=33.59%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722119000.110.230.0332.6378.0885.69
HexF7DDBE0B173214e56
Octal36733527601327341116126
Binary11110111110111011011111001011101111110000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DDBE; }

 p { color: rgb(247,221,190); }

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

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

 a { background-color: rgb(247,221,190); }

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

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

 span { border-color: rgb(247,221,190); }

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