Shades of Snuff #FBC5FF
Tints of Snuff #FBC5FF
RGB
CMYK
RGB Variations
Color information
#FBC5FF (or 0xFBC5FF) is known color: Snuff. HEX triplet: FB, C5 and FF. RGB value is (251,197,255). Sum of RGB (Red+Green+Blue) = 251+197+255=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 197 (77.34% from 255 or 28.02% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5FF is #043A00. Grayscale: #DBDBDB. Windows color (decimal): -276993 or 16762363. OLE color: 16762363.
HSL color Cylindrical-coordinate representation of color #FBC5FF: hue angle of 295.86º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC5FF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 197 | 255 | - |
| CMYK | 0.02 | 0.23 | 0 | 0 |
| HSL | 295.86º | 1% | 0.89% | - |
| HSV(B) | 295.86º | 0.23% | 1% | - |
| XYZ | 77.8 | 67.66 | 103.57 | - |
| YUV | 219.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 255 | 0.02 | 0.23 | 0 | 0 | 295.86 | 1 | 0.89 |
| Hex | FB | C5 | FF | 2 | 17 | 0 | 0 | 128 | 64 | 59 |
| Octal | 373 | 305 | 377 | 2 | 27 | 0 | 0 | 450 | 144 | 131 |
| Binary | 11111011 | 11000101 | 11111111 | 10 | 10111 | 0 | 0 | 100101000 | 1100100 | 1011001 |
Color Harmonies of #FBC5FF
Complementary color
Monochromatic Colors of #FBC5FF
Black with #FBC5FF
Text Example
Text Example
White with #FBC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5FF; }
p { color: rgb(251,197,255); }
H1.HeaderClassName
{
color: #FBC5FF;
}
.AnyTagClassName
{
color: #FBC5FF;
}
</style>
background-color css
<style>
a { background-color: #FBC5FF; }
a { background-color: rgb(251,197,255); }
div.DivClassName
{
background-color: #FBC5FF;
}
.BgClassName
{
background-color: #FBC5FF;
}
</style>
border-color css
<style>
span { border-color: #FBC5FF; }
span { border-color: rgb(251,197,255); }
td.TdClassName
{
border-color: #FBC5FF;
}
.TagClassName
{
border-color: #FBC5FF;
}
</style>