#F1DEC6

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

Shades of Sazerac #F1DEC6

Tints of Sazerac #F1DEC6

Color information

#F1DEC6 (or 0xF1DEC6) is unknown color: approx Sazerac. HEX triplet: F1, DE and C6. RGB value is (241,222,198). Sum of RGB (Red+Green+Blue) = 241+222+198=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEC6 is #0E2139. Grayscale: #E1E1E1. Windows color (decimal): -926010 or 13033201. OLE color: 13033201.

HSL color Cylindrical-coordinate representation of color #F1DEC6: hue angle of 33.49º degrees, saturation: 0.61, 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 #F1DEC6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241222198-
CMYK00.080.180.05
HSL33.49º60.56%86.08%-
HSV(B)33.49º17.84%94.51%-
XYZ72.5975.0264.08-
YUV224.94112.79139.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 198 (77.73% from 255) = 29.95%
R=36.46%
G=33.59%
B=29.95%

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
Decimal24122219800.080.180.0533.4960.5686.08
HexF1DEC608125213d56
Octal3613363060102254175126
Binary11110001110111101100011001000100101011000011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEC6; }

 p { color: rgb(241,222,198); }

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

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

 a { background-color: rgb(241,222,198); }

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

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

 span { border-color: rgb(241,222,198); }

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