#F1D6ED

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

Shades of Snuff #F1D6ED

Tints of Snuff #F1D6ED

Color information

#F1D6ED (or 0xF1D6ED) is unknown color: approx Snuff. HEX triplet: F1, D6 and ED. RGB value is (241,214,237). Sum of RGB (Red+Green+Blue) = 241+214+237=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6ED is #0E2912. Grayscale: #E0E0E0. Windows color (decimal): -928019 or 15587057. OLE color: 15587057.

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

Color convert

RGB241214237-
CMYK00.110.020.05
HSL308.89º49.09%89.22%-
HSV(B)308.89º11.2%94.51%-
XYZ75.6172.9190.21-
YUV224.7134.95139.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 214 (83.98% from 255) = 30.92%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=34.83%
G=30.92%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121423700.110.020.05308.8949.0989.22
HexF1D6ED0B251353159
Octal3613263550132546561131
Binary11110001110101101110110101011101011001101011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6ED; }

 p { color: rgb(241,214,237); }

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

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

 a { background-color: rgb(241,214,237); }

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

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

 span { border-color: rgb(241,214,237); }

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