#F2D1EE

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

Shades of Snuff #F2D1EE

Tints of Snuff #F2D1EE

Color information

#F2D1EE (or 0xF2D1EE) is unknown color: approx Snuff. HEX triplet: F2, D1 and EE. RGB value is (242,209,238). Sum of RGB (Red+Green+Blue) = 242+209+238=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 209 (82.03% from 255 or 30.33% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1EE is #0D2E11. Grayscale: #DEDEDE. Windows color (decimal): -863762 or 15651314. OLE color: 15651314.

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

Color convert

RGB242209238-
CMYK00.140.020.05
HSL307.27º55.93%88.43%-
HSV(B)307.27º13.64%94.9%-
XYZ74.8570.6590.58-
YUV222.17136.93142.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 209 (82.03% from 255) = 30.33%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=35.12%
G=30.33%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220923800.140.020.05307.2755.9388.43
HexF2D1EE0E251333858
Octal3623213560162546370130
Binary11110010110100011110111001110101011001100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D1EE; }

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

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

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

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

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

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

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

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