Shades of Snuff #FDBFFD
Tints of Snuff #FDBFFD
RGB
CMYK
RGB Variations
Color information
#FDBFFD (or 0xFDBFFD) is known color: Snuff. HEX triplet: FD, BF and FD. RGB value is (253,191,253). Sum of RGB (Red+Green+Blue) = 253+191+253=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 191 (75% from 255 or 27.40% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFFD is #024002. Grayscale: #D8D8D8. Windows color (decimal): -147459 or 16629757. OLE color: 16629757.
HSL color Cylindrical-coordinate representation of color #FDBFFD: hue angle of 300º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFFD is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 191 | 253 | - |
CMYK | 0 | 0.25 | 0 | 0.01 |
HSL | 300º | 0.94% | 0.87% | - |
HSV(B) | 300º | 0.25% | 0.99% | - |
XYZ | 76.87 | 65.24 | 101.47 | - |
YUV | 216.61 | 148.54 | 153.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 191 | 253 | 0 | 0.25 | 0 | 0.01 | 300 | 0.94 | 0.87 |
Hex | FD | BF | FD | 0 | 19 | 0 | 1 | 12C | 5E | 57 |
Octal | 375 | 277 | 375 | 0 | 31 | 0 | 1 | 454 | 136 | 127 |
Binary | 11111101 | 10111111 | 11111101 | 0 | 11001 | 0 | 1 | 100101100 | 1011110 | 1010111 |
Color Harmonies of #FDBFFD
Complementary color
Monochromatic Colors of #FDBFFD
Black with #FDBFFD
Text Example
Text Example
White with #FDBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFFD; }
p { color: rgb(253,191,253); }
H1.HeaderClassName
{
color: #FDBFFD;
}
.AnyTagClassName
{
color: #FDBFFD;
}
</style>
background-color css
<style>
a { background-color: #FDBFFD; }
a { background-color: rgb(253,191,253); }
div.DivClassName
{
background-color: #FDBFFD;
}
.BgClassName
{
background-color: #FDBFFD;
}
</style>
border-color css
<style>
span { border-color: #FDBFFD; }
span { border-color: rgb(253,191,253); }
td.TdClassName
{
border-color: #FDBFFD;
}
.TagClassName
{
border-color: #FDBFFD;
}
</style>