#F0D9ED

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

Shades of Snuff #F0D9ED

Tints of Snuff #F0D9ED

Color information

#F0D9ED (or 0xF0D9ED) is unknown color: approx Snuff. HEX triplet: F0, D9 and ED. RGB value is (240,217,237). Sum of RGB (Red+Green+Blue) = 240+217+237=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9ED is #0F2612. Grayscale: #E2E2E2. Windows color (decimal): -992787 or 15587824. OLE color: 15587824.

HSL color Cylindrical-coordinate representation of color #F0D9ED: hue angle of 307.83º 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 #F0D9ED is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240217237-
CMYK00.100.010.06
HSL307.83º43.4%89.61%-
HSV(B)307.83º9.58%94.12%-
XYZ76.0374.2790.45-
YUV226.16134.12137.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 217 (85.16% from 255) = 31.27%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=34.58%
G=31.27%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021723700.100.010.06307.8343.489.61
HexF0D9ED0A161342b5a
Octal3603313550121646453132
Binary1111000011011001111011010101011101001101001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9ED; }

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

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

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

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

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

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

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

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