#F1DEC7

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

Shades of Sazerac #F1DEC7

Tints of Sazerac #F1DEC7

Color information

#F1DEC7 (or 0xF1DEC7) is unknown color: approx Sazerac. HEX triplet: F1, DE and C7. RGB value is (241,222,199). Sum of RGB (Red+Green+Blue) = 241+222+199=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEC7 is #0E2138. Grayscale: #E1E1E1. Windows color (decimal): -926009 or 13098737. OLE color: 13098737.

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

Color convert

RGB241222199-
CMYK00.080.170.05
HSL32.86º60%86.27%-
HSV(B)32.86º17.43%94.51%-
XYZ72.7175.0764.69-
YUV225.06113.29139.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 199 (78.12% from 255) = 30.06%
R=36.40%
G=33.53%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122219900.080.170.0532.866086.27
HexF1DEC708115213c56
Octal3613363070102154174126
Binary11110001110111101100011101000100011011000011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEC7; }

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

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

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

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

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

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

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

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