#F0DDED

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

Shades of Snuff #F0DDED

Tints of Snuff #F0DDED

Color information

#F0DDED (or 0xF0DDED) is unknown color: approx Snuff. HEX triplet: F0, DD and ED. RGB value is (240,221,237). Sum of RGB (Red+Green+Blue) = 240+221+237=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDED is #0F2212. Grayscale: #E4E4E4. Windows color (decimal): -991763 or 15588848. OLE color: 15588848.

HSL color Cylindrical-coordinate representation of color #F0DDED: hue angle of 309.47º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDED is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240221237-
CMYK00.080.010.06
HSL309.47º38.78%90.39%-
HSV(B)309.47º7.92%94.12%-
XYZ77.0876.3590.8-
YUV228.5132.79136.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=34.38%
G=31.66%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022123700.080.010.06309.4738.7890.39
HexF0DDED0816135275a
Octal3603353550101646547132
Binary1111000011011101111011010100011101001101011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDED; }

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

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

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

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

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

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

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

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