Shades of Snuff #FBC0FD
Tints of Snuff #FBC0FD
RGB
CMYK
RGB Variations
Color information
#FBC0FD (or 0xFBC0FD) is known color: Snuff. HEX triplet: FB, C0 and FD. RGB value is (251,192,253). Sum of RGB (Red+Green+Blue) = 251+192+253=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 192 (75.39% from 255 or 27.59% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0FD is #043F02. Grayscale: #D8D8D8. Windows color (decimal): -278275 or 16630011. OLE color: 16630011.
HSL color Cylindrical-coordinate representation of color #FBC0FD: hue angle of 298.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0FD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 192 | 253 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.01 |
| HSL | 298.03º | 0.94% | 0.87% | - |
| HSV(B) | 298.03º | 0.24% | 0.99% | - |
| XYZ | 76.36 | 65.3 | 101.51 | - |
| YUV | 216.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 253 | 0.01 | 0.24 | 0 | 0.01 | 298.03 | 0.94 | 0.87 |
| Hex | FB | C0 | FD | 1 | 18 | 0 | 1 | 12A | 5E | 57 |
| Octal | 373 | 300 | 375 | 1 | 30 | 0 | 1 | 452 | 136 | 127 |
| Binary | 11111011 | 11000000 | 11111101 | 1 | 11000 | 0 | 1 | 100101010 | 1011110 | 1010111 |
Color Harmonies of #FBC0FD
Complementary color
Monochromatic Colors of #FBC0FD
Black with #FBC0FD
Text Example
Text Example
White with #FBC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0FD; }
p { color: rgb(251,192,253); }
H1.HeaderClassName
{
color: #FBC0FD;
}
.AnyTagClassName
{
color: #FBC0FD;
}
</style>
background-color css
<style>
a { background-color: #FBC0FD; }
a { background-color: rgb(251,192,253); }
div.DivClassName
{
background-color: #FBC0FD;
}
.BgClassName
{
background-color: #FBC0FD;
}
</style>
border-color css
<style>
span { border-color: #FBC0FD; }
span { border-color: rgb(251,192,253); }
td.TdClassName
{
border-color: #FBC0FD;
}
.TagClassName
{
border-color: #FBC0FD;
}
</style>