#F1DECC

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

Shades of Sazerac #F1DECC

Tints of Sazerac #F1DECC

Color information

#F1DECC (or 0xF1DECC) is unknown color: approx Sazerac. HEX triplet: F1, DE and CC. RGB value is (241,222,204). Sum of RGB (Red+Green+Blue) = 241+222+204=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DECC is #0E2133. Grayscale: #E1E1E1. Windows color (decimal): -926004 or 13426417. OLE color: 13426417.

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

Color convert

RGB241222204-
CMYK00.080.150.05
HSL29.19º56.92%87.25%-
HSV(B)29.19º15.35%94.51%-
XYZ73.375.367.8-
YUV225.63115.79138.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=36.13%
G=33.28%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122220400.080.150.0529.1956.9287.25
HexF1DECC08F51d3957
Octal3613363140101753571127
Binary111100011101111011001100010001111101111011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DECC; }

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

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

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

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

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

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

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

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