#F0DAED

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

Shades of Snuff #F0DAED

Tints of Snuff #F0DAED

Color information

#F0DAED (or 0xF0DAED) is unknown color: approx Snuff. HEX triplet: F0, DA and ED. RGB value is (240,218,237). Sum of RGB (Red+Green+Blue) = 240+218+237=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAED is #0F2512. Grayscale: #E2E2E2. Windows color (decimal): -992531 or 15588080. OLE color: 15588080.

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

Color convert

RGB240218237-
CMYK00.090.010.06
HSL308.18º42.31%89.8%-
HSV(B)308.18º9.17%94.12%-
XYZ76.2974.7890.53-
YUV226.74133.79137.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=34.53%
G=31.37%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021823700.090.010.06308.1842.3189.8
HexF0DAED09161342a5a
Octal3603323550111646452132
Binary1111000011011010111011010100111101001101001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAED; }

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

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

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

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

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

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

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

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