Shades of Snuff #FBC0F7
Tints of Snuff #FBC0F7
RGB
CMYK
RGB Variations
Color information
#FBC0F7 (or 0xFBC0F7) is known color: Snuff. HEX triplet: FB, C0 and F7. RGB value is (251,192,247). Sum of RGB (Red+Green+Blue) = 251+192+247=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 192 (75.39% from 255 or 27.83% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0F7 is #043F08. Grayscale: #D7D7D7. Windows color (decimal): -278281 or 16236795. OLE color: 16236795.
HSL color Cylindrical-coordinate representation of color #FBC0F7: hue angle of 304.07º 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 #FBC0F7 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 247 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.02 |
| HSL | 304.07º | 0.88% | 0.87% | - |
| HSV(B) | 304.07º | 0.24% | 0.98% | - |
| XYZ | 75.42 | 64.92 | 96.55 | - |
| YUV | 215.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 247 | 0 | 0.24 | 0.02 | 0.02 | 304.07 | 0.88 | 0.87 |
| Hex | FB | C0 | F7 | 0 | 18 | 2 | 2 | 130 | 58 | 57 |
| Octal | 373 | 300 | 367 | 0 | 30 | 2 | 2 | 460 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11110111 | 0 | 11000 | 10 | 10 | 100110000 | 1011000 | 1010111 |
Color Harmonies of #FBC0F7
Complementary color
Monochromatic Colors of #FBC0F7
Black with #FBC0F7
Text Example
Text Example
White with #FBC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0F7; }
p { color: rgb(251,192,247); }
H1.HeaderClassName
{
color: #FBC0F7;
}
.AnyTagClassName
{
color: #FBC0F7;
}
</style>
background-color css
<style>
a { background-color: #FBC0F7; }
a { background-color: rgb(251,192,247); }
div.DivClassName
{
background-color: #FBC0F7;
}
.BgClassName
{
background-color: #FBC0F7;
}
</style>
border-color css
<style>
span { border-color: #FBC0F7; }
span { border-color: rgb(251,192,247); }
td.TdClassName
{
border-color: #FBC0F7;
}
.TagClassName
{
border-color: #FBC0F7;
}
</style>