#F7DFBE

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

Shades of Sazerac #F7DFBE

Tints of Sazerac #F7DFBE

Color information

#F7DFBE (or 0xF7DFBE) is unknown color: approx Sazerac. HEX triplet: F7, DF and BE. RGB value is (247,223,190). Sum of RGB (Red+Green+Blue) = 247+223+190=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFBE is #082041. Grayscale: #E2E2E2. Windows color (decimal): -532546 or 12509175. OLE color: 12509175.

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

Color convert

RGB247223190-
CMYK00.100.230.03
HSL34.74º78.08%85.69%-
HSV(B)34.74º23.08%96.86%-
XYZ74.0476.2759.53-
YUV226.41107.45142.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 190 (74.61% from 255) = 28.79%
R=37.42%
G=33.79%
B=28.79%

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
Decimal24722319000.100.230.0334.7478.0885.69
HexF7DFBE0A173234e56
Octal36733727601227343116126
Binary11110111110111111011111001010101111110001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFBE; }

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

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

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

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

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

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

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

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