#F1DEC4

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

Shades of Sazerac #F1DEC4

Tints of Sazerac #F1DEC4

Color information

#F1DEC4 (or 0xF1DEC4) is unknown color: approx Sazerac. HEX triplet: F1, DE and C4. RGB value is (241,222,196). Sum of RGB (Red+Green+Blue) = 241+222+196=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEC4 is #0E213B. Grayscale: #E0E0E0. Windows color (decimal): -926012 or 12902129. OLE color: 12902129.

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

Color convert

RGB241222196-
CMYK00.080.190.05
HSL34.67º61.64%85.69%-
HSV(B)34.67º18.67%94.51%-
XYZ72.3674.9362.87-
YUV224.72111.79139.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 196 (76.95% from 255) = 29.74%
R=36.57%
G=33.69%
B=29.74%

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
Decimal24122219600.080.190.0534.6761.6485.69
HexF1DEC408135233e56
Octal3613363040102354376126
Binary11110001110111101100010001000100111011000111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEC4; }

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

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

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

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

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

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

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

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