Shades of Snuff #FFBFFD
Tints of Snuff #FFBFFD
RGB
CMYK
RGB Variations
Color information
#FFBFFD (or 0xFFBFFD) is known color: Snuff. HEX triplet: FF, BF and FD. RGB value is (255,191,253). Sum of RGB (Red+Green+Blue) = 255+191+253=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 191 (75% from 255 or 27.32% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFFD is #004002. Grayscale: #D9D9D9. Windows color (decimal): -16387 or 16629759. OLE color: 16629759.
HSL color Cylindrical-coordinate representation of color #FFBFFD: hue angle of 301.88º 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 #FFBFFD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 253 | - |
| CMYK | 0 | 0.25 | 0.01 | 0 |
| HSL | 301.88º | 1% | 0.87% | - |
| HSV(B) | 301.88º | 0.25% | 1% | - |
| XYZ | 77.6 | 65.61 | 101.5 | - |
| YUV | 217.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 253 | 0 | 0.25 | 0.01 | 0 | 301.88 | 1 | 0.87 |
| Hex | FF | BF | FD | 0 | 19 | 1 | 0 | 12E | 64 | 57 |
| Octal | 377 | 277 | 375 | 0 | 31 | 1 | 0 | 456 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11111101 | 0 | 11001 | 1 | 0 | 100101110 | 1100100 | 1010111 |
Color Harmonies of #FFBFFD
Complementary color
Monochromatic Colors of #FFBFFD
Black with #FFBFFD
Text Example
Text Example
White with #FFBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFFD; }
p { color: rgb(255,191,253); }
H1.HeaderClassName
{
color: #FFBFFD;
}
.AnyTagClassName
{
color: #FFBFFD;
}
</style>
background-color css
<style>
a { background-color: #FFBFFD; }
a { background-color: rgb(255,191,253); }
div.DivClassName
{
background-color: #FFBFFD;
}
.BgClassName
{
background-color: #FFBFFD;
}
</style>
border-color css
<style>
span { border-color: #FFBFFD; }
span { border-color: rgb(255,191,253); }
td.TdClassName
{
border-color: #FFBFFD;
}
.TagClassName
{
border-color: #FFBFFD;
}
</style>