#F1DCC3

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

Shades of Sazerac #F1DCC3

Tints of Sazerac #F1DCC3

Color information

#F1DCC3 (or 0xF1DCC3) is unknown color: approx Sazerac. HEX triplet: F1, DC and C3. RGB value is (241,220,195). Sum of RGB (Red+Green+Blue) = 241+220+195=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCC3 is #0E233C. Grayscale: #DFDFDF. Windows color (decimal): -926525 or 12836081. OLE color: 12836081.

HSL color Cylindrical-coordinate representation of color #F1DCC3: hue angle of 32.61º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1DCC3 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB241220195-
CMYK00.090.190.05
HSL32.61º62.16%85.49%-
HSV(B)32.61º19.09%94.51%-
XYZ71.7273.8362.1-
YUV223.43111.96140.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 195 (76.56% from 255) = 29.73%
R=36.74%
G=33.54%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122019500.090.190.0532.6162.1685.49
HexF1DCC309135213e55
Octal3613343030112354176125
Binary11110001110111001100001101001100111011000011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCC3; }

 p { color: rgb(241,220,195); }

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

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

 a { background-color: rgb(241,220,195); }

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

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

 span { border-color: rgb(241,220,195); }

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