Shades of Snuff #FBC7FA
Tints of Snuff #FBC7FA
RGB
CMYK
RGB Variations
Color information
#FBC7FA (or 0xFBC7FA) is known color: Snuff. HEX triplet: FB, C7 and FA. RGB value is (251,199,250). Sum of RGB (Red+Green+Blue) = 251+199+250=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 199 (78.12% from 255 or 28.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7FA is #043805. Grayscale: #DCDCDC. Windows color (decimal): -276486 or 16435195. OLE color: 16435195.
HSL color Cylindrical-coordinate representation of color #FBC7FA: hue angle of 301.15º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7FA is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 250 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.02 |
| HSL | 301.15º | 0.87% | 0.88% | - |
| HSV(B) | 301.15º | 0.21% | 0.98% | - |
| XYZ | 77.46 | 68.26 | 99.53 | - |
| YUV | 220.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 250 | 0 | 0.21 | 0.00 | 0.02 | 301.15 | 0.87 | 0.88 |
| Hex | FB | C7 | FA | 0 | 15 | 0 | 2 | 12D | 57 | 58 |
| Octal | 373 | 307 | 372 | 0 | 25 | 0 | 2 | 455 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11111010 | 0 | 10101 | 0 | 10 | 100101101 | 1010111 | 1011000 |
Color Harmonies of #FBC7FA
Complementary color
Monochromatic Colors of #FBC7FA
Black with #FBC7FA
Text Example
Text Example
White with #FBC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7FA; }
p { color: rgb(251,199,250); }
H1.HeaderClassName
{
color: #FBC7FA;
}
.AnyTagClassName
{
color: #FBC7FA;
}
</style>
background-color css
<style>
a { background-color: #FBC7FA; }
a { background-color: rgb(251,199,250); }
div.DivClassName
{
background-color: #FBC7FA;
}
.BgClassName
{
background-color: #FBC7FA;
}
</style>
border-color css
<style>
span { border-color: #FBC7FA; }
span { border-color: rgb(251,199,250); }
td.TdClassName
{
border-color: #FBC7FA;
}
.TagClassName
{
border-color: #FBC7FA;
}
</style>