Shades of Snuff #FBC1FC
Tints of Snuff #FBC1FC
RGB
CMYK
RGB Variations
Color information
#FBC1FC (or 0xFBC1FC) is known color: Snuff. HEX triplet: FB, C1 and FC. RGB value is (251,193,252). Sum of RGB (Red+Green+Blue) = 251+193+252=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 193 (75.78% from 255 or 27.73% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1FC is #043E03. Grayscale: #D8D8D8. Windows color (decimal): -278020 or 16564731. OLE color: 16564731.
HSL color Cylindrical-coordinate representation of color #FBC1FC: hue angle of 298.98º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1FC is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 193 | 252 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.01 |
| HSL | 298.98º | 0.91% | 0.87% | - |
| HSV(B) | 298.98º | 0.23% | 0.99% | - |
| XYZ | 76.42 | 65.68 | 100.74 | - |
| YUV | 217.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 252 | 0.00 | 0.23 | 0 | 0.01 | 298.98 | 0.91 | 0.87 |
| Hex | FB | C1 | FC | 0 | 17 | 0 | 1 | 12B | 5B | 57 |
| Octal | 373 | 301 | 374 | 0 | 27 | 0 | 1 | 453 | 133 | 127 |
| Binary | 11111011 | 11000001 | 11111100 | 0 | 10111 | 0 | 1 | 100101011 | 1011011 | 1010111 |
Color Harmonies of #FBC1FC
Complementary color
Monochromatic Colors of #FBC1FC
Black with #FBC1FC
Text Example
Text Example
White with #FBC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1FC; }
p { color: rgb(251,193,252); }
H1.HeaderClassName
{
color: #FBC1FC;
}
.AnyTagClassName
{
color: #FBC1FC;
}
</style>
background-color css
<style>
a { background-color: #FBC1FC; }
a { background-color: rgb(251,193,252); }
div.DivClassName
{
background-color: #FBC1FC;
}
.BgClassName
{
background-color: #FBC1FC;
}
</style>
border-color css
<style>
span { border-color: #FBC1FC; }
span { border-color: rgb(251,193,252); }
td.TdClassName
{
border-color: #FBC1FC;
}
.TagClassName
{
border-color: #FBC1FC;
}
</style>