#F6DFC9

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

Shades of Sazerac #F6DFC9

Tints of Sazerac #F6DFC9

Color information

#F6DFC9 (or 0xF6DFC9) is unknown color: approx Sazerac. HEX triplet: F6, DF and C9. RGB value is (246,223,201). Sum of RGB (Red+Green+Blue) = 246+223+201=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFC9 is #092036. Grayscale: #E3E3E3. Windows color (decimal): -598071 or 13230070. OLE color: 13230070.

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

Color convert

RGB246223201-
CMYK00.090.180.04
HSL29.33º71.43%87.65%-
HSV(B)29.33º18.29%96.47%-
XYZ74.9476.5966.09-
YUV227.37113.12141.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 201 (78.91% from 255) = 30%
R=36.72%
G=33.28%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622320100.090.180.0429.3371.4387.65
HexF6DFC9091241d4758
Octal36633731101122435107130
Binary11110110110111111100100101001100101001110110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFC9; }

 p { color: rgb(246,223,201); }

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

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

 a { background-color: rgb(246,223,201); }

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

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

 span { border-color: rgb(246,223,201); }

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