#F0DEEE

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

Shades of Snuff #F0DEEE

Tints of Snuff #F0DEEE

Color information

#F0DEEE (or 0xF0DEEE) is unknown color: approx Snuff. HEX triplet: F0, DE and EE. RGB value is (240,222,238). Sum of RGB (Red+Green+Blue) = 240+222+238=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEEE is #0F2111. Grayscale: #E5E5E5. Windows color (decimal): -991506 or 15654640. OLE color: 15654640.

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

Color convert

RGB240222238-
CMYK00.080.010.06
HSL306.67º37.5%90.59%-
HSV(B)306.67º7.5%94.12%-
XYZ77.4976.9491.66-
YUV229.21132.96135.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 238 (93.36% from 255) = 34%
R=34.29%
G=31.71%
B=34%

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
Decimal24022223800.080.010.06306.6737.590.59
HexF0DEEE0816133265b
Octal3603363560101646346133
Binary1111000011011110111011100100011101001100111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEEE; }

 p { color: rgb(240,222,238); }

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

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

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

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

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

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

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