#F6DECC

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

Shades of Sazerac #F6DECC

Tints of Sazerac #F6DECC

Color information

#F6DECC (or 0xF6DECC) is unknown color: approx Sazerac. HEX triplet: F6, DE and CC. RGB value is (246,222,204). Sum of RGB (Red+Green+Blue) = 246+222+204=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DECC is #092133. Grayscale: #E3E3E3. Windows color (decimal): -598324 or 13426422. OLE color: 13426422.

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

Color convert

RGB246222204-
CMYK00.100.170.04
HSL25.71º70%88.24%-
HSV(B)25.71º17.07%96.47%-
XYZ75.0376.267.88-
YUV227.12114.95141.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.61%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=36.61%
G=33.04%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622220400.100.170.0425.717088.24
HexF6DECC0A1141a4658
Octal36633631401221432106130
Binary11110110110111101100110001010100011001101010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DECC; }

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

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

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

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

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

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

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

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