#F2DEEE

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

Shades of Snuff #F2DEEE

Tints of Snuff #F2DEEE

Color information

#F2DEEE (or 0xF2DEEE) is unknown color: approx Snuff. HEX triplet: F2, DE and EE. RGB value is (242,222,238). Sum of RGB (Red+Green+Blue) = 242+222+238=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEEE is #0D2111. Grayscale: #E5E5E5. Windows color (decimal): -860434 or 15654642. OLE color: 15654642.

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

Color convert

RGB242222238-
CMYK00.080.020.05
HSL312º43.48%90.98%-
HSV(B)312º8.26%94.9%-
XYZ78.1777.2991.69-
YUV229.8132.63136.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=34.47%
G=31.62%
B=33.90%

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
Decimal24222223800.080.020.0531243.4890.98
HexF2DEEE08251382b5b
Octal3623363560102547053133
Binary11110010110111101110111001000101011001110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEEE; }

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

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

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

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

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

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

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

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