Shades of Snuff #F2DAF0
Tints of Snuff #F2DAF0
RGB
CMYK
RGB Variations
Color information
#F2DAF0 (or 0xF2DAF0) is known color: Snuff. HEX triplet: F2, DA and F0. RGB value is (242,218,240). Sum of RGB (Red+Green+Blue) = 242+218+240=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAF0 is #0D250F. Grayscale: #E3E3E3. Windows color (decimal): -861456 or 15784690. OLE color: 15784690.
HSL color Cylindrical-coordinate representation of color #F2DAF0: hue angle of 305º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAF0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 240 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.05 |
| HSL | 305º | 0.48% | 0.9% | - |
| HSV(B) | 305º | 0.1% | 0.95% | - |
| XYZ | 77.42 | 75.31 | 92.89 | - |
| YUV | 227.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 240 | 0 | 0.10 | 0.01 | 0.05 | 305 | 0.48 | 0.9 |
| Hex | F2 | DA | F0 | 0 | A | 1 | 5 | 131 | 30 | 5A |
| Octal | 362 | 332 | 360 | 0 | 12 | 1 | 5 | 461 | 60 | 132 |
| Binary | 11110010 | 11011010 | 11110000 | 0 | 1010 | 1 | 101 | 100110001 | 110000 | 1011010 |
Color Harmonies of #F2DAF0
Complementary color
Monochromatic Colors of #F2DAF0
Black with #F2DAF0
Text Example
Text Example
White with #F2DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAF0; }
p { color: rgb(242,218,240); }
H1.HeaderClassName
{
color: #F2DAF0;
}
.AnyTagClassName
{
color: #F2DAF0;
}
</style>
background-color css
<style>
a { background-color: #F2DAF0; }
a { background-color: rgb(242,218,240); }
div.DivClassName
{
background-color: #F2DAF0;
}
.BgClassName
{
background-color: #F2DAF0;
}
</style>
border-color css
<style>
span { border-color: #F2DAF0; }
span { border-color: rgb(242,218,240); }
td.TdClassName
{
border-color: #F2DAF0;
}
.TagClassName
{
border-color: #F2DAF0;
}
</style>