Shades of Snuff #FBCCFC
Tints of Snuff #FBCCFC
RGB
CMYK
RGB Variations
Color information
#FBCCFC (or 0xFBCCFC) is known color: Snuff. HEX triplet: FB, CC and FC. RGB value is (251,204,252). Sum of RGB (Red+Green+Blue) = 251+204+252=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFC is #043303. Grayscale: #DFDFDF. Windows color (decimal): -275204 or 16567547. OLE color: 16567547.
HSL color Cylindrical-coordinate representation of color #FBCCFC: hue angle of 298.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCFC is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 204 | 252 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.01 |
| HSL | 298.75º | 0.89% | 0.89% | - |
| HSV(B) | 298.75º | 0.19% | 0.99% | - |
| XYZ | 78.95 | 70.72 | 101.59 | - |
| YUV | 223.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 252 | 0.00 | 0.19 | 0 | 0.01 | 298.75 | 0.89 | 0.89 |
| Hex | FB | CC | FC | 0 | 13 | 0 | 1 | 12B | 59 | 59 |
| Octal | 373 | 314 | 374 | 0 | 23 | 0 | 1 | 453 | 131 | 131 |
| Binary | 11111011 | 11001100 | 11111100 | 0 | 10011 | 0 | 1 | 100101011 | 1011001 | 1011001 |
Color Harmonies of #FBCCFC
Complementary color
Monochromatic Colors of #FBCCFC
Black with #FBCCFC
Text Example
Text Example
White with #FBCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCFC; }
p { color: rgb(251,204,252); }
H1.HeaderClassName
{
color: #FBCCFC;
}
.AnyTagClassName
{
color: #FBCCFC;
}
</style>
background-color css
<style>
a { background-color: #FBCCFC; }
a { background-color: rgb(251,204,252); }
div.DivClassName
{
background-color: #FBCCFC;
}
.BgClassName
{
background-color: #FBCCFC;
}
</style>
border-color css
<style>
span { border-color: #FBCCFC; }
span { border-color: rgb(251,204,252); }
td.TdClassName
{
border-color: #FBCCFC;
}
.TagClassName
{
border-color: #FBCCFC;
}
</style>