Shades of Snuff #F6BBF6
Tints of Snuff #F6BBF6
RGB
CMYK
RGB Variations
Color information
#F6BBF6 (or 0xF6BBF6) is known color: Snuff. HEX triplet: F6, BB and F6. RGB value is (246,187,246). Sum of RGB (Red+Green+Blue) = 246+187+246=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F6BBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBF6 is #094409. Grayscale: #D3D3D3. Windows color (decimal): -607242 or 16169974. OLE color: 16169974.
HSL color Cylindrical-coordinate representation of color #F6BBF6: hue angle of 300º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBF6 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 246 | - |
| CMYK | 0 | 0.24 | 0 | 0.04 |
| HSL | 300º | 0.77% | 0.85% | - |
| HSV(B) | 300º | 0.24% | 0.96% | - |
| XYZ | 72.41 | 61.79 | 95.3 | - |
| YUV | 211.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 246 | 0 | 0.24 | 0 | 0.04 | 300 | 0.77 | 0.85 |
| Hex | F6 | BB | F6 | 0 | 18 | 0 | 4 | 12C | 4D | 55 |
| Octal | 366 | 273 | 366 | 0 | 30 | 0 | 4 | 454 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11110110 | 0 | 11000 | 0 | 100 | 100101100 | 1001101 | 1010101 |
Color Harmonies of #F6BBF6
Complementary color
Monochromatic Colors of #F6BBF6
Black with #F6BBF6
Text Example
Text Example
White with #F6BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBF6; }
p { color: rgb(246,187,246); }
H1.HeaderClassName
{
color: #F6BBF6;
}
.AnyTagClassName
{
color: #F6BBF6;
}
</style>
background-color css
<style>
a { background-color: #F6BBF6; }
a { background-color: rgb(246,187,246); }
div.DivClassName
{
background-color: #F6BBF6;
}
.BgClassName
{
background-color: #F6BBF6;
}
</style>
border-color css
<style>
span { border-color: #F6BBF6; }
span { border-color: rgb(246,187,246); }
td.TdClassName
{
border-color: #F6BBF6;
}
.TagClassName
{
border-color: #F6BBF6;
}
</style>