#F0DEEB

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

Shades of Snuff #F0DEEB

Tints of Snuff #F0DEEB

Color information

#F0DEEB (or 0xF0DEEB) is unknown color: approx Snuff. HEX triplet: F0, DE and EB. RGB value is (240,222,235). Sum of RGB (Red+Green+Blue) = 240+222+235=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEEB is #0F2114. Grayscale: #E4E4E4. Windows color (decimal): -991509 or 15458032. OLE color: 15458032.

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

Color convert

RGB240222235-
CMYK00.080.020.06
HSL316.67º37.5%90.59%-
HSV(B)316.67º7.5%94.12%-
XYZ77.0576.7789.35-
YUV228.86131.46135.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 235 (92.19% from 255) = 33.72%
R=34.43%
G=31.85%
B=33.72%

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
Decimal24022223500.080.020.06316.6737.590.59
HexF0DEEB082613d265b
Octal3603363530102647546133
Binary11110000110111101110101101000101101001111011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEEB; }

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

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

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

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

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

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

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

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