#F7DCBE

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

Shades of Sazerac #F7DCBE

Tints of Sazerac #F7DCBE

Color information

#F7DCBE (or 0xF7DCBE) is unknown color: approx Sazerac. HEX triplet: F7, DC and BE. RGB value is (247,220,190). Sum of RGB (Red+Green+Blue) = 247+220+190=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCBE is #082341. Grayscale: #E0E0E0. Windows color (decimal): -533314 or 12508407. OLE color: 12508407.

HSL color Cylindrical-coordinate representation of color #F7DCBE: hue angle of 31.58º 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 #F7DCBE is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247220190-
CMYK00.110.230.03
HSL31.58º78.08%85.69%-
HSV(B)31.58º23.08%96.86%-
XYZ73.2574.6859.27-
YUV224.65108.45143.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.60%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 190 (74.61% from 255) = 28.92%
R=37.60%
G=33.49%
B=28.92%

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
Decimal24722019000.110.230.0331.5878.0885.69
HexF7DCBE0B173204e56
Octal36733427601327340116126
Binary11110111110111001011111001011101111110000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCBE; }

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

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

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

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

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

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

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

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