#F0D9EB

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

Shades of Snuff #F0D9EB

Tints of Snuff #F0D9EB

Color information

#F0D9EB (or 0xF0D9EB) is unknown color: approx Snuff. HEX triplet: F0, D9 and EB. RGB value is (240,217,235). Sum of RGB (Red+Green+Blue) = 240+217+235=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9EB is #0F2614. Grayscale: #E1E1E1. Windows color (decimal): -992789 or 15456752. OLE color: 15456752.

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

Color convert

RGB240217235-
CMYK00.100.020.06
HSL313.04º43.4%89.61%-
HSV(B)313.04º9.58%94.12%-
XYZ75.7474.1588.92-
YUV225.93133.12138.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=34.68%
G=31.36%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021723500.100.020.06313.0443.489.61
HexF0D9EB0A261392b5a
Octal3603313530122647153132
Binary11110000110110011110101101010101101001110011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9EB; }

 p { color: rgb(240,217,235); }

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

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

 a { background-color: rgb(240,217,235); }

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

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

 span { border-color: rgb(240,217,235); }

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