Shades of Snuff #FBC0FB
Tints of Snuff #FBC0FB
RGB
CMYK
RGB Variations
Color information
#FBC0FB (or 0xFBC0FB) is known color: Snuff. HEX triplet: FB, C0 and FB. RGB value is (251,192,251). Sum of RGB (Red+Green+Blue) = 251+192+251=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0FB is #043F04. Grayscale: #D8D8D8. Windows color (decimal): -278277 or 16498939. OLE color: 16498939.
HSL color Cylindrical-coordinate representation of color #FBC0FB: hue angle of 300º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0FB is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 251 | - |
| CMYK | 0 | 0.24 | 0 | 0.02 |
| HSL | 300º | 0.88% | 0.87% | - |
| HSV(B) | 300º | 0.24% | 0.98% | - |
| XYZ | 76.05 | 65.17 | 99.84 | - |
| YUV | 216.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 251 | 0 | 0.24 | 0 | 0.02 | 300 | 0.88 | 0.87 |
| Hex | FB | C0 | FB | 0 | 18 | 0 | 2 | 12C | 58 | 57 |
| Octal | 373 | 300 | 373 | 0 | 30 | 0 | 2 | 454 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11111011 | 0 | 11000 | 0 | 10 | 100101100 | 1011000 | 1010111 |
Color Harmonies of #FBC0FB
Complementary color
Monochromatic Colors of #FBC0FB
Black with #FBC0FB
Text Example
Text Example
White with #FBC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0FB; }
p { color: rgb(251,192,251); }
H1.HeaderClassName
{
color: #FBC0FB;
}
.AnyTagClassName
{
color: #FBC0FB;
}
</style>
background-color css
<style>
a { background-color: #FBC0FB; }
a { background-color: rgb(251,192,251); }
div.DivClassName
{
background-color: #FBC0FB;
}
.BgClassName
{
background-color: #FBC0FB;
}
</style>
border-color css
<style>
span { border-color: #FBC0FB; }
span { border-color: rgb(251,192,251); }
td.TdClassName
{
border-color: #FBC0FB;
}
.TagClassName
{
border-color: #FBC0FB;
}
</style>