#F1DEC5

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

Shades of Sazerac #F1DEC5

Tints of Sazerac #F1DEC5

Color information

#F1DEC5 (or 0xF1DEC5) is unknown color: approx Sazerac. HEX triplet: F1, DE and C5. RGB value is (241,222,197). Sum of RGB (Red+Green+Blue) = 241+222+197=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEC5 is #0E213A. Grayscale: #E0E0E0. Windows color (decimal): -926011 or 12967665. OLE color: 12967665.

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

Color convert

RGB241222197-
CMYK00.080.180.05
HSL34.09º61.11%85.88%-
HSV(B)34.09º18.26%94.51%-
XYZ72.4774.9763.48-
YUV224.83112.29139.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 197 (77.34% from 255) = 29.85%
R=36.52%
G=33.64%
B=29.85%

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
Decimal24122219700.080.180.0534.0961.1185.88
HexF1DEC508125223d56
Octal3613363050102254275126
Binary11110001110111101100010101000100101011000101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEC5; }

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

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

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

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

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

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

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

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