#F0DEEC

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

Shades of Snuff #F0DEEC

Tints of Snuff #F0DEEC

Color information

#F0DEEC (or 0xF0DEEC) is unknown color: approx Snuff. HEX triplet: F0, DE and EC. RGB value is (240,222,236). Sum of RGB (Red+Green+Blue) = 240+222+236=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEEC is #0F2113. Grayscale: #E4E4E4. Windows color (decimal): -991508 or 15523568. OLE color: 15523568.

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

Color convert

RGB240222236-
CMYK00.080.020.06
HSL313.33º37.5%90.59%-
HSV(B)313.33º7.5%94.12%-
XYZ77.276.8290.12-
YUV228.98131.96135.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=34.38%
G=31.81%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022223600.080.020.06313.3337.590.59
HexF0DEEC0826139265b
Octal3603363540102647146133
Binary11110000110111101110110001000101101001110011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEEC; }

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

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

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

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

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

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

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

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