#F1D6EC

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

Shades of Snuff #F1D6EC

Tints of Snuff #F1D6EC

Color information

#F1D6EC (or 0xF1D6EC) is unknown color: approx Snuff. HEX triplet: F1, D6 and EC. RGB value is (241,214,236). Sum of RGB (Red+Green+Blue) = 241+214+236=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6EC is #0E2913. Grayscale: #E0E0E0. Windows color (decimal): -928020 or 15521521. OLE color: 15521521.

HSL color Cylindrical-coordinate representation of color #F1D6EC: hue angle of 311.11º 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 #F1D6EC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241214236-
CMYK00.110.020.05
HSL311.11º49.09%89.22%-
HSV(B)311.11º11.2%94.51%-
XYZ75.4672.8589.44-
YUV224.58134.45139.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=34.88%
G=30.97%
B=34.15%

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
Decimal24121423600.110.020.05311.1149.0989.22
HexF1D6EC0B251373159
Octal3613263540132546761131
Binary11110001110101101110110001011101011001101111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6EC; }

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

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

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

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

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

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

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

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