Shades of Snuff #F7D0FB
Tints of Snuff #F7D0FB
RGB
CMYK
RGB Variations
Color information
#F7D0FB (or 0xF7D0FB) is known color: Snuff. HEX triplet: F7, D0 and FB. RGB value is (247,208,251). Sum of RGB (Red+Green+Blue) = 247+208+251=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 208 (81.64% from 255 or 29.46% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D0FB is #082F04. Grayscale: #E0E0E0. Windows color (decimal): -536325 or 16503031. OLE color: 16503031.
HSL color Cylindrical-coordinate representation of color #F7D0FB: hue angle of 294.42º 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 #F7D0FB is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 208 | 251 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.02 |
| HSL | 294.42º | 0.84% | 0.9% | - |
| HSV(B) | 294.42º | 0.17% | 0.98% | - |
| XYZ | 78.33 | 71.85 | 101.01 | - |
| YUV | 224.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 251 | 0.02 | 0.17 | 0 | 0.02 | 294.42 | 0.84 | 0.9 |
| Hex | F7 | D0 | FB | 2 | 11 | 0 | 2 | 126 | 54 | 5A |
| Octal | 367 | 320 | 373 | 2 | 21 | 0 | 2 | 446 | 124 | 132 |
| Binary | 11110111 | 11010000 | 11111011 | 10 | 10001 | 0 | 10 | 100100110 | 1010100 | 1011010 |
Color Harmonies of #F7D0FB
Complementary color
Monochromatic Colors of #F7D0FB
Black with #F7D0FB
Text Example
Text Example
White with #F7D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0FB; }
p { color: rgb(247,208,251); }
H1.HeaderClassName
{
color: #F7D0FB;
}
.AnyTagClassName
{
color: #F7D0FB;
}
</style>
background-color css
<style>
a { background-color: #F7D0FB; }
a { background-color: rgb(247,208,251); }
div.DivClassName
{
background-color: #F7D0FB;
}
.BgClassName
{
background-color: #F7D0FB;
}
</style>
border-color css
<style>
span { border-color: #F7D0FB; }
span { border-color: rgb(247,208,251); }
td.TdClassName
{
border-color: #F7D0FB;
}
.TagClassName
{
border-color: #F7D0FB;
}
</style>