#F6DCC5

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

Shades of Sazerac #F6DCC5

Tints of Sazerac #F6DCC5

Color information

#F6DCC5 (or 0xF6DCC5) is unknown color: approx Sazerac. HEX triplet: F6, DC and C5. RGB value is (246,220,197). Sum of RGB (Red+Green+Blue) = 246+220+197=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCC5 is #09233A. Grayscale: #E1E1E1. Windows color (decimal): -598843 or 12967158. OLE color: 12967158.

HSL color Cylindrical-coordinate representation of color #F6DCC5: hue angle of 28.16º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6DCC5 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB246220197-
CMYK00.110.200.04
HSL28.16º73.13%86.86%-
HSV(B)28.16º19.92%96.47%-
XYZ73.6874.8163.38-
YUV225.15112.11142.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 197 (77.34% from 255) = 29.71%
R=37.10%
G=33.18%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622019700.110.200.0428.1673.1386.86
HexF6DCC50B1441c4957
Octal36633430501324434111127
Binary11110110110111001100010101011101001001110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCC5; }

 p { color: rgb(246,220,197); }

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

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

 a { background-color: rgb(246,220,197); }

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

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

 span { border-color: rgb(246,220,197); }

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