#F1D0EC

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

Shades of Snuff #F1D0EC

Tints of Snuff #F1D0EC

Color information

#F1D0EC (or 0xF1D0EC) is unknown color: approx Snuff. HEX triplet: F1, D0 and EC. RGB value is (241,208,236). Sum of RGB (Red+Green+Blue) = 241+208+236=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0EC is #0E2F13. Grayscale: #DCDCDC. Windows color (decimal): -929556 or 15519985. OLE color: 15519985.

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

Color convert

RGB241208236-
CMYK00.140.020.05
HSL309.09º54.1%88.04%-
HSV(B)309.09º13.69%94.51%-
XYZ73.9769.8788.94-
YUV221.06136.43142.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 208 (81.64% from 255) = 30.36%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=35.18%
G=30.36%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120823600.140.020.05309.0954.188.04
HexF1D0EC0E251353658
Octal3613203540162546566130
Binary11110001110100001110110001110101011001101011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0EC; }

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

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

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

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

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

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

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

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