Shades of Snuff #F7BFF8
Tints of Snuff #F7BFF8
RGB
CMYK
RGB Variations
Color information
#F7BFF8 (or 0xF7BFF8) is known color: Snuff. HEX triplet: F7, BF and F8. RGB value is (247,191,248). Sum of RGB (Red+Green+Blue) = 247+191+248=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #F7BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BFF8 is #084007. Grayscale: #D6D6D6. Windows color (decimal): -540680 or 16302071. OLE color: 16302071.
HSL color Cylindrical-coordinate representation of color #F7BFF8: hue angle of 298.95º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFF8 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 248 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.03 |
| HSL | 298.95º | 0.8% | 0.86% | - |
| HSV(B) | 298.95º | 0.23% | 0.97% | - |
| XYZ | 73.93 | 63.81 | 97.23 | - |
| YUV | 214.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 248 | 0.00 | 0.23 | 0 | 0.03 | 298.95 | 0.8 | 0.86 |
| Hex | F7 | BF | F8 | 0 | 17 | 0 | 3 | 12B | 50 | 56 |
| Octal | 367 | 277 | 370 | 0 | 27 | 0 | 3 | 453 | 120 | 126 |
| Binary | 11110111 | 10111111 | 11111000 | 0 | 10111 | 0 | 11 | 100101011 | 1010000 | 1010110 |
Color Harmonies of #F7BFF8
Complementary color
Monochromatic Colors of #F7BFF8
Black with #F7BFF8
Text Example
Text Example
White with #F7BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFF8; }
p { color: rgb(247,191,248); }
H1.HeaderClassName
{
color: #F7BFF8;
}
.AnyTagClassName
{
color: #F7BFF8;
}
</style>
background-color css
<style>
a { background-color: #F7BFF8; }
a { background-color: rgb(247,191,248); }
div.DivClassName
{
background-color: #F7BFF8;
}
.BgClassName
{
background-color: #F7BFF8;
}
</style>
border-color css
<style>
span { border-color: #F7BFF8; }
span { border-color: rgb(247,191,248); }
td.TdClassName
{
border-color: #F7BFF8;
}
.TagClassName
{
border-color: #F7BFF8;
}
</style>