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