#F2DEED

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

Shades of Snuff #F2DEED

Tints of Snuff #F2DEED

Color information

#F2DEED (or 0xF2DEED) is unknown color: approx Snuff. HEX triplet: F2, DE and ED. RGB value is (242,222,237). Sum of RGB (Red+Green+Blue) = 242+222+237=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEED is #0D2112. Grayscale: #E5E5E5. Windows color (decimal): -860435 or 15589106. OLE color: 15589106.

HSL color Cylindrical-coordinate representation of color #F2DEED: hue angle of 315º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEED is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242222237-
CMYK00.080.020.05
HSL315º43.48%90.98%-
HSV(B)315º8.26%94.9%-
XYZ78.0377.2390.92-
YUV229.69132.13136.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=34.52%
G=31.67%
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.05
SystemRedGreenBlueCMYKHSL
Decimal24222223700.080.020.0531543.4890.98
HexF2DEED082513b2b5b
Octal3623363550102547353133
Binary11110010110111101110110101000101011001110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEED; }

 p { color: rgb(242,222,237); }

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

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

 a { background-color: rgb(242,222,237); }

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

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

 span { border-color: rgb(242,222,237); }

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