#F0DFED

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

Shades of Snuff #F0DFED

Tints of Snuff #F0DFED

Color information

#F0DFED (or 0xF0DFED) is unknown color: approx Snuff. HEX triplet: F0, DF and ED. RGB value is (240,223,237). Sum of RGB (Red+Green+Blue) = 240+223+237=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFED is #0F2012. Grayscale: #E5E5E5. Windows color (decimal): -991251 or 15589360. OLE color: 15589360.

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

Color convert

RGB240223237-
CMYK00.070.010.06
HSL310.59º36.17%90.78%-
HSV(B)310.59º7.08%94.12%-
XYZ77.6177.4290.97-
YUV229.68132.13135.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=34.29%
G=31.86%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022323700.070.010.06310.5936.1790.78
HexF0DFED0716137245b
Octal360337355071646744133
Binary111100001101111111101101011111101001101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFED; }

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

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

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

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

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

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

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

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