#F0DAEC

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

Shades of Snuff #F0DAEC

Tints of Snuff #F0DAEC

Color information

#F0DAEC (or 0xF0DAEC) is unknown color: approx Snuff. HEX triplet: F0, DA and EC. RGB value is (240,218,236). Sum of RGB (Red+Green+Blue) = 240+218+236=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAEC is #0F2513. Grayscale: #E2E2E2. Windows color (decimal): -992532 or 15522544. OLE color: 15522544.

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

Color convert

RGB240218236-
CMYK00.090.020.06
HSL310.91º42.31%89.8%-
HSV(B)310.91º9.17%94.12%-
XYZ76.1574.7289.77-
YUV226.63133.29137.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=34.58%
G=31.41%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021823600.090.020.06310.9142.3189.8
HexF0DAEC09261372a5a
Octal3603323540112646752132
Binary11110000110110101110110001001101101001101111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAEC; }

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

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

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

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

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

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

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

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