#F1D5EC

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

Shades of Snuff #F1D5EC

Tints of Snuff #F1D5EC

Color information

#F1D5EC (or 0xF1D5EC) is unknown color: approx Snuff. HEX triplet: F1, D5 and EC. RGB value is (241,213,236). Sum of RGB (Red+Green+Blue) = 241+213+236=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5EC is #0E2A13. Grayscale: #DFDFDF. Windows color (decimal): -928276 or 15521265. OLE color: 15521265.

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

Color convert

RGB241213236-
CMYK00.120.020.05
HSL310.71º50%89.02%-
HSV(B)310.71º11.62%94.51%-
XYZ75.2172.3589.36-
YUV223.99134.78140.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 213 (83.59% from 255) = 30.87%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=34.93%
G=30.87%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121323600.120.020.05310.715089.02
HexF1D5EC0C251373259
Octal3613253540142546762131
Binary11110001110101011110110001100101011001101111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5EC; }

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

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

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

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

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

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

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

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