Shades of Snuff #FFBDFF
Tints of Snuff #FFBDFF
RGB
CMYK
RGB Variations
Color information
#FFBDFF (or 0xFFBDFF) is known color: Snuff. HEX triplet: FF, BD and FF. RGB value is (255,189,255). Sum of RGB (Red+Green+Blue) = 255+189+255=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 189 (74.22% from 255 or 27.04% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFF is #004200. Grayscale: #D8D8D8. Windows color (decimal): -16897 or 16760319. OLE color: 16760319.
HSL color Cylindrical-coordinate representation of color #FFBDFF: hue angle of 300º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDFF is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 255 | - |
| CMYK | 0 | 0.26 | 0 | 0 |
| HSL | 300º | 1% | 0.87% | - |
| HSV(B) | 300º | 0.26% | 1% | - |
| XYZ | 77.49 | 64.88 | 103.05 | - |
| YUV | 216.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 255 | 0 | 0.26 | 0 | 0 | 300 | 1 | 0.87 |
| Hex | FF | BD | FF | 0 | 1A | 0 | 0 | 12C | 64 | 57 |
| Octal | 377 | 275 | 377 | 0 | 32 | 0 | 0 | 454 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11111111 | 0 | 11010 | 0 | 0 | 100101100 | 1100100 | 1010111 |
Color Harmonies of #FFBDFF
Complementary color
Monochromatic Colors of #FFBDFF
Black with #FFBDFF
Text Example
Text Example
White with #FFBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDFF; }
p { color: rgb(255,189,255); }
H1.HeaderClassName
{
color: #FFBDFF;
}
.AnyTagClassName
{
color: #FFBDFF;
}
</style>
background-color css
<style>
a { background-color: #FFBDFF; }
a { background-color: rgb(255,189,255); }
div.DivClassName
{
background-color: #FFBDFF;
}
.BgClassName
{
background-color: #FFBDFF;
}
</style>
border-color css
<style>
span { border-color: #FFBDFF; }
span { border-color: rgb(255,189,255); }
td.TdClassName
{
border-color: #FFBDFF;
}
.TagClassName
{
border-color: #FFBDFF;
}
</style>