#F1DCEC

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

Shades of Snuff #F1DCEC

Tints of Snuff #F1DCEC

Color information

#F1DCEC (or 0xF1DCEC) is unknown color: approx Snuff. HEX triplet: F1, DC and EC. RGB value is (241,220,236). Sum of RGB (Red+Green+Blue) = 241+220+236=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCEC is #0E2313. Grayscale: #E4E4E4. Windows color (decimal): -926484 or 15523057. OLE color: 15523057.

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

Color convert

RGB241220236-
CMYK00.090.020.05
HSL314.29º42.86%90.39%-
HSV(B)314.29º8.71%94.51%-
XYZ77.0175.9489.96-
YUV228.1132.46137.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=34.58%
G=31.56%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122023600.090.020.05314.2942.8690.39
HexF1DCEC092513a2b5a
Octal3613343540112547253132
Binary11110001110111001110110001001101011001110101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCEC; }

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

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

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

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

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

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

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

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