Shades of Snuff #FFBFFF
Tints of Snuff #FFBFFF
RGB
CMYK
RGB Variations
Color information
#FFBFFF (or 0xFFBFFF) is known color: Snuff. HEX triplet: FF, BF and FF. RGB value is (255,191,255). Sum of RGB (Red+Green+Blue) = 255+191+255=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 191 (75% from 255 or 27.25% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFFF is #004000. Grayscale: #D9D9D9. Windows color (decimal): -16385 or 16760831. OLE color: 16760831.
HSL color Cylindrical-coordinate representation of color #FFBFFF: hue angle of 300º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFFF is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 255 | - |
| CMYK | 0 | 0.25 | 0 | 0 |
| HSL | 300º | 1% | 0.87% | - |
| HSV(B) | 300º | 0.25% | 1% | - |
| XYZ | 77.92 | 65.74 | 103.19 | - |
| YUV | 217.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 255 | 0 | 0.25 | 0 | 0 | 300 | 1 | 0.87 |
| Hex | FF | BF | FF | 0 | 19 | 0 | 0 | 12C | 64 | 57 |
| Octal | 377 | 277 | 377 | 0 | 31 | 0 | 0 | 454 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11111111 | 0 | 11001 | 0 | 0 | 100101100 | 1100100 | 1010111 |
Color Harmonies of #FFBFFF
Complementary color
Monochromatic Colors of #FFBFFF
Black with #FFBFFF
Text Example
Text Example
White with #FFBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFFF; }
p { color: rgb(255,191,255); }
H1.HeaderClassName
{
color: #FFBFFF;
}
.AnyTagClassName
{
color: #FFBFFF;
}
</style>
background-color css
<style>
a { background-color: #FFBFFF; }
a { background-color: rgb(255,191,255); }
div.DivClassName
{
background-color: #FFBFFF;
}
.BgClassName
{
background-color: #FFBFFF;
}
</style>
border-color css
<style>
span { border-color: #FFBFFF; }
span { border-color: rgb(255,191,255); }
td.TdClassName
{
border-color: #FFBFFF;
}
.TagClassName
{
border-color: #FFBFFF;
}
</style>