#F2DDED

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

Shades of Snuff #F2DDED

Tints of Snuff #F2DDED

Color information

#F2DDED (or 0xF2DDED) is unknown color: approx Snuff. HEX triplet: F2, DD and ED. RGB value is (242,221,237). Sum of RGB (Red+Green+Blue) = 242+221+237=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDED is #0D2212. Grayscale: #E5E5E5. Windows color (decimal): -860691 or 15588850. OLE color: 15588850.

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

Color convert

RGB242221237-
CMYK00.090.020.05
HSL314.29º44.68%90.78%-
HSV(B)314.29º8.68%94.9%-
XYZ77.7676.790.83-
YUV229.1132.46137.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=34.57%
G=31.57%
B=33.86%

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
Decimal24222123700.090.020.05314.2944.6890.78
HexF2DDED092513a2d5b
Octal3623353550112547255133
Binary11110010110111011110110101001101011001110101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDED; }

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

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

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

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

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

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

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

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