Shades of Snuff #FBCCFB
Tints of Snuff #FBCCFB
RGB
CMYK
RGB Variations
Color information
#FBCCFB (or 0xFBCCFB) is known color: Snuff. HEX triplet: FB, CC and FB. RGB value is (251,204,251). Sum of RGB (Red+Green+Blue) = 251+204+251=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFB is #043304. Grayscale: #DFDFDF. Windows color (decimal): -275205 or 16502011. OLE color: 16502011.
HSL color Cylindrical-coordinate representation of color #FBCCFB: hue angle of 300º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCFB is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 251 | - |
| CMYK | 0 | 0.19 | 0 | 0.02 |
| HSL | 300º | 0.85% | 0.89% | - |
| HSV(B) | 300º | 0.19% | 0.98% | - |
| XYZ | 78.79 | 70.66 | 100.75 | - |
| YUV | 223.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 251 | 0 | 0.19 | 0 | 0.02 | 300 | 0.85 | 0.89 |
| Hex | FB | CC | FB | 0 | 13 | 0 | 2 | 12C | 55 | 59 |
| Octal | 373 | 314 | 373 | 0 | 23 | 0 | 2 | 454 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11111011 | 0 | 10011 | 0 | 10 | 100101100 | 1010101 | 1011001 |
Color Harmonies of #FBCCFB
Complementary color
Monochromatic Colors of #FBCCFB
Black with #FBCCFB
Text Example
Text Example
White with #FBCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCFB; }
p { color: rgb(251,204,251); }
H1.HeaderClassName
{
color: #FBCCFB;
}
.AnyTagClassName
{
color: #FBCCFB;
}
</style>
background-color css
<style>
a { background-color: #FBCCFB; }
a { background-color: rgb(251,204,251); }
div.DivClassName
{
background-color: #FBCCFB;
}
.BgClassName
{
background-color: #FBCCFB;
}
</style>
border-color css
<style>
span { border-color: #FBCCFB; }
span { border-color: rgb(251,204,251); }
td.TdClassName
{
border-color: #FBCCFB;
}
.TagClassName
{
border-color: #FBCCFB;
}
</style>