Shades of Snuff #FDBFFE
Tints of Snuff #FDBFFE
RGB
CMYK
RGB Variations
Color information
#FDBFFE (or 0xFDBFFE) is known color: Snuff. HEX triplet: FD, BF and FE. RGB value is (253,191,254). Sum of RGB (Red+Green+Blue) = 253+191+254=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 191 (75% from 255 or 27.36% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFFE is #024001. Grayscale: #D8D8D8. Windows color (decimal): -147458 or 16695293. OLE color: 16695293.
HSL color Cylindrical-coordinate representation of color #FDBFFE: hue angle of 299.05º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFFE is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 191 | 254 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.00 |
| HSL | 299.05º | 0.97% | 0.87% | - |
| HSV(B) | 299.05º | 0.25% | 1% | - |
| XYZ | 77.03 | 65.3 | 102.31 | - |
| YUV | 216.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 254 | 0.00 | 0.25 | 0 | 0.00 | 299.05 | 0.97 | 0.87 |
| Hex | FD | BF | FE | 0 | 19 | 0 | 0 | 12B | 61 | 57 |
| Octal | 375 | 277 | 376 | 0 | 31 | 0 | 0 | 453 | 141 | 127 |
| Binary | 11111101 | 10111111 | 11111110 | 0 | 11001 | 0 | 0 | 100101011 | 1100001 | 1010111 |
Color Harmonies of #FDBFFE
Complementary color
Monochromatic Colors of #FDBFFE
Black with #FDBFFE
Text Example
Text Example
White with #FDBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFFE; }
p { color: rgb(253,191,254); }
H1.HeaderClassName
{
color: #FDBFFE;
}
.AnyTagClassName
{
color: #FDBFFE;
}
</style>
background-color css
<style>
a { background-color: #FDBFFE; }
a { background-color: rgb(253,191,254); }
div.DivClassName
{
background-color: #FDBFFE;
}
.BgClassName
{
background-color: #FDBFFE;
}
</style>
border-color css
<style>
span { border-color: #FDBFFE; }
span { border-color: rgb(253,191,254); }
td.TdClassName
{
border-color: #FDBFFE;
}
.TagClassName
{
border-color: #FDBFFE;
}
</style>