#F2DEC5

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

Shades of Sazerac #F2DEC5

Tints of Sazerac #F2DEC5

Color information

#F2DEC5 (or 0xF2DEC5) is unknown color: approx Sazerac. HEX triplet: F2, DE and C5. RGB value is (242,222,197). Sum of RGB (Red+Green+Blue) = 242+222+197=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC5 is #0D213A. Grayscale: #E1E1E1. Windows color (decimal): -860475 or 12967666. OLE color: 12967666.

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

Color convert

RGB242222197-
CMYK00.080.190.05
HSL33.33º63.38%86.08%-
HSV(B)33.33º18.6%94.9%-
XYZ72.8275.1563.49-
YUV225.13112.13140.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 197 (77.34% from 255) = 29.80%
R=36.61%
G=33.59%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222219700.080.190.0533.3363.3886.08
HexF2DEC508135213f56
Octal3623363050102354177126
Binary11110010110111101100010101000100111011000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEC5; }

 p { color: rgb(242,222,197); }

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

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

 a { background-color: rgb(242,222,197); }

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

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

 span { border-color: rgb(242,222,197); }

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