Shades of Snuff #F2DDF0
Tints of Snuff #F2DDF0
RGB
CMYK
RGB Variations
Color information
#F2DDF0 (or 0xF2DDF0) is known color: Snuff. HEX triplet: F2, DD and F0. RGB value is (242,221,240). Sum of RGB (Red+Green+Blue) = 242+221+240=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDF0 is #0D220F. Grayscale: #E5E5E5. Windows color (decimal): -860688 or 15785458. OLE color: 15785458.
HSL color Cylindrical-coordinate representation of color #F2DDF0: hue angle of 305.71º 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 #F2DDF0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 221 | 240 | - |
CMYK | 0 | 0.09 | 0.01 | 0.05 |
HSL | 305.71º | 0.45% | 0.91% | - |
HSV(B) | 305.71º | 0.09% | 0.95% | - |
XYZ | 78.2 | 76.88 | 93.16 | - |
YUV | 229.45 | 133.96 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 221 | 240 | 0 | 0.09 | 0.01 | 0.05 | 305.71 | 0.45 | 0.91 |
Hex | F2 | DD | F0 | 0 | 9 | 1 | 5 | 132 | 2D | 5B |
Octal | 362 | 335 | 360 | 0 | 11 | 1 | 5 | 462 | 55 | 133 |
Binary | 11110010 | 11011101 | 11110000 | 0 | 1001 | 1 | 101 | 100110010 | 101101 | 1011011 |
Color Harmonies of #F2DDF0
Complementary color
Monochromatic Colors of #F2DDF0
Black with #F2DDF0
Text Example
Text Example
White with #F2DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDF0; }
p { color: rgb(242,221,240); }
H1.HeaderClassName
{
color: #F2DDF0;
}
.AnyTagClassName
{
color: #F2DDF0;
}
</style>
background-color css
<style>
a { background-color: #F2DDF0; }
a { background-color: rgb(242,221,240); }
div.DivClassName
{
background-color: #F2DDF0;
}
.BgClassName
{
background-color: #F2DDF0;
}
</style>
border-color css
<style>
span { border-color: #F2DDF0; }
span { border-color: rgb(242,221,240); }
td.TdClassName
{
border-color: #F2DDF0;
}
.TagClassName
{
border-color: #F2DDF0;
}
</style>