#F6DCC4

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

Shades of Sazerac #F6DCC4

Tints of Sazerac #F6DCC4

Color information

#F6DCC4 (or 0xF6DCC4) is unknown color: approx Sazerac. HEX triplet: F6, DC and C4. RGB value is (246,220,196). Sum of RGB (Red+Green+Blue) = 246+220+196=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCC4 is #09233B. Grayscale: #E1E1E1. Windows color (decimal): -598844 or 12901622. OLE color: 12901622.

HSL color Cylindrical-coordinate representation of color #F6DCC4: hue angle of 28.8º degrees, saturation: 0.74, 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 #F6DCC4 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB246220196-
CMYK00.110.200.04
HSL28.8º73.53%86.67%-
HSV(B)28.8º20.33%96.47%-
XYZ73.5674.7662.78-
YUV225.04111.61142.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 196 (76.95% from 255) = 29.61%
R=37.16%
G=33.23%
B=29.61%

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
Decimal24622019600.110.200.0428.873.5386.67
HexF6DCC40B1441d4a57
Octal36633430401324435112127
Binary11110110110111001100010001011101001001110110010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCC4; }

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

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

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

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

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

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

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

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