Shades of Snuff #F8D2F0
Tints of Snuff #F8D2F0
RGB
CMYK
RGB Variations
Color information
#F8D2F0 (or 0xF8D2F0) is known color: Snuff. HEX triplet: F8, D2 and F0. RGB value is (248,210,240). Sum of RGB (Red+Green+Blue) = 248+210+240=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D2F0 is #072D0F. Grayscale: #E0E0E0. Windows color (decimal): -470288 or 15782648. OLE color: 15782648.
HSL color Cylindrical-coordinate representation of color #F8D2F0: hue angle of 312.63º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D2F0 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 240 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.03 |
| HSL | 312.63º | 0.73% | 0.9% | - |
| HSV(B) | 312.63º | 0.15% | 0.97% | - |
| XYZ | 77.49 | 72.34 | 92.32 | - |
| YUV | 224.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 240 | 0 | 0.15 | 0.03 | 0.03 | 312.63 | 0.73 | 0.9 |
| Hex | F8 | D2 | F0 | 0 | F | 3 | 3 | 139 | 49 | 5A |
| Octal | 370 | 322 | 360 | 0 | 17 | 3 | 3 | 471 | 111 | 132 |
| Binary | 11111000 | 11010010 | 11110000 | 0 | 1111 | 11 | 11 | 100111001 | 1001001 | 1011010 |
Color Harmonies of #F8D2F0
Complementary color
Monochromatic Colors of #F8D2F0
Black with #F8D2F0
Text Example
Text Example
White with #F8D2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D2F0; }
p { color: rgb(248,210,240); }
H1.HeaderClassName
{
color: #F8D2F0;
}
.AnyTagClassName
{
color: #F8D2F0;
}
</style>
background-color css
<style>
a { background-color: #F8D2F0; }
a { background-color: rgb(248,210,240); }
div.DivClassName
{
background-color: #F8D2F0;
}
.BgClassName
{
background-color: #F8D2F0;
}
</style>
border-color css
<style>
span { border-color: #F8D2F0; }
span { border-color: rgb(248,210,240); }
td.TdClassName
{
border-color: #F8D2F0;
}
.TagClassName
{
border-color: #F8D2F0;
}
</style>