#F2DDEC

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

Shades of Snuff #F2DDEC

Tints of Snuff #F2DDEC

Color information

#F2DDEC (or 0xF2DDEC) is unknown color: approx Snuff. HEX triplet: F2, DD and EC. RGB value is (242,221,236). Sum of RGB (Red+Green+Blue) = 242+221+236=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDEC is #0D2213. Grayscale: #E4E4E4. Windows color (decimal): -860692 or 15523314. OLE color: 15523314.

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

Color convert

RGB242221236-
CMYK00.090.020.05
HSL317.14º44.68%90.78%-
HSV(B)317.14º8.68%94.9%-
XYZ77.6176.6590.06-
YUV228.99131.96137.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 221 (86.72% from 255) = 31.62%
BLUE value IS 236 (92.58% from 255) = 33.76%
R=34.62%
G=31.62%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222123600.090.020.05317.1444.6890.78
HexF2DDEC092513d2d5b
Octal3623353540112547555133
Binary11110010110111011110110001001101011001111011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDEC; }

 p { color: rgb(242,221,236); }

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

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

 a { background-color: rgb(242,221,236); }

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

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

 span { border-color: rgb(242,221,236); }

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