Shades of Snuff #F7BBF6
Tints of Snuff #F7BBF6
RGB
CMYK
RGB Variations
Color information
#F7BBF6 (or 0xF7BBF6) is known color: Snuff. HEX triplet: F7, BB and F6. RGB value is (247,187,246). Sum of RGB (Red+Green+Blue) = 247+187+246=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBF6 is #084409. Grayscale: #D3D3D3. Windows color (decimal): -541706 or 16169975. OLE color: 16169975.
HSL color Cylindrical-coordinate representation of color #F7BBF6: hue angle of 301º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBF6 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 246 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.03 |
| HSL | 301º | 0.79% | 0.85% | - |
| HSV(B) | 301º | 0.24% | 0.97% | - |
| XYZ | 72.76 | 61.97 | 95.31 | - |
| YUV | 211.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 246 | 0 | 0.24 | 0.00 | 0.03 | 301 | 0.79 | 0.85 |
| Hex | F7 | BB | F6 | 0 | 18 | 0 | 3 | 12D | 4F | 55 |
| Octal | 367 | 273 | 366 | 0 | 30 | 0 | 3 | 455 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11110110 | 0 | 11000 | 0 | 11 | 100101101 | 1001111 | 1010101 |
Color Harmonies of #F7BBF6
Complementary color
Monochromatic Colors of #F7BBF6
Black with #F7BBF6
Text Example
Text Example
White with #F7BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBF6; }
p { color: rgb(247,187,246); }
H1.HeaderClassName
{
color: #F7BBF6;
}
.AnyTagClassName
{
color: #F7BBF6;
}
</style>
background-color css
<style>
a { background-color: #F7BBF6; }
a { background-color: rgb(247,187,246); }
div.DivClassName
{
background-color: #F7BBF6;
}
.BgClassName
{
background-color: #F7BBF6;
}
</style>
border-color css
<style>
span { border-color: #F7BBF6; }
span { border-color: rgb(247,187,246); }
td.TdClassName
{
border-color: #F7BBF6;
}
.TagClassName
{
border-color: #F7BBF6;
}
</style>