#F2DFC6

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

Shades of Sazerac #F2DFC6

Tints of Sazerac #F2DFC6

Color information

#F2DFC6 (or 0xF2DFC6) is unknown color: approx Sazerac. HEX triplet: F2, DF and C6. RGB value is (242,223,198). Sum of RGB (Red+Green+Blue) = 242+223+198=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFC6 is #0D2039. Grayscale: #E1E1E1. Windows color (decimal): -860218 or 13033458. OLE color: 13033458.

HSL color Cylindrical-coordinate representation of color #F2DFC6: hue angle of 34.09º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2DFC6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242223198-
CMYK00.080.180.05
HSL34.09º62.86%86.27%-
HSV(B)34.09º18.18%94.9%-
XYZ73.275.7364.19-
YUV225.83112.29139.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 198 (77.73% from 255) = 29.86%
R=36.50%
G=33.63%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222319800.080.180.0534.0962.8686.27
HexF2DFC608125223f56
Octal3623373060102254277126
Binary11110010110111111100011001000100101011000101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFC6; }

 p { color: rgb(242,223,198); }

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

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

 a { background-color: rgb(242,223,198); }

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

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

 span { border-color: rgb(242,223,198); }

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