#F2D8EB

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

Shades of Snuff #F2D8EB

Tints of Snuff #F2D8EB

Color information

#F2D8EB (or 0xF2D8EB) is unknown color: approx Snuff. HEX triplet: F2, D8 and EB. RGB value is (242,216,235). Sum of RGB (Red+Green+Blue) = 242+216+235=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D8EB is #0D2714. Grayscale: #E1E1E1. Windows color (decimal): -861973 or 15456498. OLE color: 15456498.

HSL color Cylindrical-coordinate representation of color #F2D8EB: hue angle of 316.15º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D8EB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242216235-
CMYK00.110.030.05
HSL316.15º50%89.8%-
HSV(B)316.15º10.74%94.9%-
XYZ76.1773.9988.86-
YUV225.94133.11139.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 216 (84.77% from 255) = 31.17%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=34.92%
G=31.17%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221623500.110.030.05316.155089.8
HexF2D8EB0B3513c325a
Octal3623303530133547462132
Binary11110010110110001110101101011111011001111001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8EB; }

 p { color: rgb(242,216,235); }

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

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

 a { background-color: rgb(242,216,235); }

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

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

 span { border-color: rgb(242,216,235); }

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