Shades of Snuff #F8D0FB
Tints of Snuff #F8D0FB
RGB
CMYK
RGB Variations
Color information
#F8D0FB (or 0xF8D0FB) is known color: Snuff. HEX triplet: F8, D0 and FB. RGB value is (248,208,251). Sum of RGB (Red+Green+Blue) = 248+208+251=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D0FB is #072F04. Grayscale: #E0E0E0. Windows color (decimal): -470789 or 16503032. OLE color: 16503032.
HSL color Cylindrical-coordinate representation of color #F8D0FB: hue angle of 295.81º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8D0FB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 208 | 251 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.02 |
| HSL | 295.81º | 0.84% | 0.9% | - |
| HSV(B) | 295.81º | 0.17% | 0.98% | - |
| XYZ | 78.68 | 72.03 | 101.02 | - |
| YUV | 224.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 251 | 0.01 | 0.17 | 0 | 0.02 | 295.81 | 0.84 | 0.9 |
| Hex | F8 | D0 | FB | 1 | 11 | 0 | 2 | 128 | 54 | 5A |
| Octal | 370 | 320 | 373 | 1 | 21 | 0 | 2 | 450 | 124 | 132 |
| Binary | 11111000 | 11010000 | 11111011 | 1 | 10001 | 0 | 10 | 100101000 | 1010100 | 1011010 |
Color Harmonies of #F8D0FB
Complementary color
Monochromatic Colors of #F8D0FB
Black with #F8D0FB
Text Example
Text Example
White with #F8D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0FB; }
p { color: rgb(248,208,251); }
H1.HeaderClassName
{
color: #F8D0FB;
}
.AnyTagClassName
{
color: #F8D0FB;
}
</style>
background-color css
<style>
a { background-color: #F8D0FB; }
a { background-color: rgb(248,208,251); }
div.DivClassName
{
background-color: #F8D0FB;
}
.BgClassName
{
background-color: #F8D0FB;
}
</style>
border-color css
<style>
span { border-color: #F8D0FB; }
span { border-color: rgb(248,208,251); }
td.TdClassName
{
border-color: #F8D0FB;
}
.TagClassName
{
border-color: #F8D0FB;
}
</style>