#F6DEBE

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

Shades of Sazerac #F6DEBE

Tints of Sazerac #F6DEBE

Color information

#F6DEBE (or 0xF6DEBE) is unknown color: approx Sazerac. HEX triplet: F6, DE and BE. RGB value is (246,222,190). Sum of RGB (Red+Green+Blue) = 246+222+190=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEBE is #092141. Grayscale: #E1E1E1. Windows color (decimal): -598338 or 12508918. OLE color: 12508918.

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

Color convert

RGB246222190-
CMYK00.100.230.04
HSL34.29º75.68%85.49%-
HSV(B)34.29º22.76%96.47%-
XYZ73.4275.5559.43-
YUV225.53107.95142.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.39%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 190 (74.61% from 255) = 28.88%
R=37.39%
G=33.74%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622219000.100.230.0434.2975.6885.49
HexF6DEBE0A174224c55
Octal36633627601227442114125
Binary111101101101111010111110010101011110010001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEBE; }

 p { color: rgb(246,222,190); }

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

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

 a { background-color: rgb(246,222,190); }

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

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

 span { border-color: rgb(246,222,190); }

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