#F0D5EC

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

Shades of Snuff #F0D5EC

Tints of Snuff #F0D5EC

Color information

#F0D5EC (or 0xF0D5EC) is unknown color: approx Snuff. HEX triplet: F0, D5 and EC. RGB value is (240,213,236). Sum of RGB (Red+Green+Blue) = 240+213+236=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5EC is #0F2A13. Grayscale: #DFDFDF. Windows color (decimal): -993812 or 15521264. OLE color: 15521264.

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

Color convert

RGB240213236-
CMYK00.110.020.06
HSL308.89º47.37%88.82%-
HSV(B)308.89º11.25%94.12%-
XYZ74.8772.1789.34-
YUV223.7134.95139.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.83%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=34.83%
G=30.91%
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.06
SystemRedGreenBlueCMYKHSL
Decimal24021323600.110.020.06308.8947.3788.82
HexF0D5EC0B261352f59
Octal3603253540132646557131
Binary11110000110101011110110001011101101001101011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5EC; }

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

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

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

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

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

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

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

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