#F0E1EC

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

Shades of Snuff #F0E1EC

Tints of Snuff #F0E1EC

Color information

#F0E1EC (or 0xF0E1EC) is unknown color: approx Snuff. HEX triplet: F0, E1 and EC. RGB value is (240,225,236). Sum of RGB (Red+Green+Blue) = 240+225+236=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1EC is #0F1E13. Grayscale: #E6E6E6. Windows color (decimal): -990740 or 15524336. OLE color: 15524336.

HSL color Cylindrical-coordinate representation of color #F0E1EC: hue angle of 316º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E1EC is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240225236-
CMYK00.060.020.06
HSL316º33.33%91.18%-
HSV(B)316º6.25%94.12%-
XYZ7878.4390.38-
YUV230.74130.97134.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 225 (88.28% from 255) = 32.10%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=34.24%
G=32.10%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022523600.060.020.0631633.3391.18
HexF0E1EC062613c215b
Octal360341354062647441133
Binary1111000011100001111011000110101101001111001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1EC; }

 p { color: rgb(240,225,236); }

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

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

 a { background-color: rgb(240,225,236); }

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

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

 span { border-color: rgb(240,225,236); }

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