Shades of Snuff #F8D0FC
Tints of Snuff #F8D0FC
RGB
CMYK
RGB Variations
Color information
#F8D0FC (or 0xF8D0FC) is known color: Snuff. HEX triplet: F8, D0 and FC. RGB value is (248,208,252). Sum of RGB (Red+Green+Blue) = 248+208+252=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 208 (81.64% from 255 or 29.38% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8D0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D0FC is #072F03. Grayscale: #E0E0E0. Windows color (decimal): -470788 or 16568568. OLE color: 16568568.
HSL color Cylindrical-coordinate representation of color #F8D0FC: hue angle of 294.55º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8D0FC is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 208 | 252 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.01 |
| HSL | 294.55º | 0.88% | 0.9% | - |
| HSV(B) | 294.55º | 0.17% | 0.99% | - |
| XYZ | 78.84 | 72.1 | 101.86 | - |
| YUV | 224.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 252 | 0.02 | 0.17 | 0 | 0.01 | 294.55 | 0.88 | 0.9 |
| Hex | F8 | D0 | FC | 2 | 11 | 0 | 1 | 127 | 58 | 5A |
| Octal | 370 | 320 | 374 | 2 | 21 | 0 | 1 | 447 | 130 | 132 |
| Binary | 11111000 | 11010000 | 11111100 | 10 | 10001 | 0 | 1 | 100100111 | 1011000 | 1011010 |
Color Harmonies of #F8D0FC
Complementary color
Monochromatic Colors of #F8D0FC
Black with #F8D0FC
Text Example
Text Example
White with #F8D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0FC; }
p { color: rgb(248,208,252); }
H1.HeaderClassName
{
color: #F8D0FC;
}
.AnyTagClassName
{
color: #F8D0FC;
}
</style>
background-color css
<style>
a { background-color: #F8D0FC; }
a { background-color: rgb(248,208,252); }
div.DivClassName
{
background-color: #F8D0FC;
}
.BgClassName
{
background-color: #F8D0FC;
}
</style>
border-color css
<style>
span { border-color: #F8D0FC; }
span { border-color: rgb(248,208,252); }
td.TdClassName
{
border-color: #F8D0FC;
}
.TagClassName
{
border-color: #F8D0FC;
}
</style>