#F0DAF0

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

Shades of Snuff #F0DAF0

Tints of Snuff #F0DAF0

Color information

#F0DAF0 (or 0xF0DAF0) is unknown color: approx Snuff. HEX triplet: F0, DA and F0. RGB value is (240,218,240). Sum of RGB (Red+Green+Blue) = 240+218+240=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAF0 is #0F250F. Grayscale: #E3E3E3. Windows color (decimal): -992528 or 15784688. OLE color: 15784688.

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

Color convert

RGB240218240-
CMYK00.0900.06
HSL300º42.31%89.8%-
HSV(B)300º9.17%94.12%-
XYZ76.7374.9692.86-
YUV227.09135.29137.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=34.38%
G=31.23%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021824000.0900.0630042.3189.8
HexF0DAF0090612c2a5a
Octal3603323600110645452132
Binary1111000011011010111100000100101101001011001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAF0; }

 p { color: rgb(240,218,240); }

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

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

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

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

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

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

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