Shades of Snuff #FBCCFF
Tints of Snuff #FBCCFF
RGB
CMYK
RGB Variations
Color information
#FBCCFF (or 0xFBCCFF) is known color: Snuff. HEX triplet: FB, CC and FF. RGB value is (251,204,255). Sum of RGB (Red+Green+Blue) = 251+204+255=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFF is #043300. Grayscale: #DFDFDF. Windows color (decimal): -275201 or 16764155. OLE color: 16764155.
HSL color Cylindrical-coordinate representation of color #FBCCFF: hue angle of 295.29º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCCFF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 204 | 255 | - |
| CMYK | 0.02 | 0.2 | 0 | 0 |
| HSL | 295.29º | 1% | 0.9% | - |
| HSV(B) | 295.29º | 0.2% | 1% | - |
| XYZ | 79.43 | 70.91 | 104.11 | - |
| YUV | 223.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 255 | 0.02 | 0.2 | 0 | 0 | 295.29 | 1 | 0.9 |
| Hex | FB | CC | FF | 2 | 14 | 0 | 0 | 127 | 64 | 5A |
| Octal | 373 | 314 | 377 | 2 | 24 | 0 | 0 | 447 | 144 | 132 |
| Binary | 11111011 | 11001100 | 11111111 | 10 | 10100 | 0 | 0 | 100100111 | 1100100 | 1011010 |
Color Harmonies of #FBCCFF
Complementary color
Monochromatic Colors of #FBCCFF
Black with #FBCCFF
Text Example
Text Example
White with #FBCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCFF; }
p { color: rgb(251,204,255); }
H1.HeaderClassName
{
color: #FBCCFF;
}
.AnyTagClassName
{
color: #FBCCFF;
}
</style>
background-color css
<style>
a { background-color: #FBCCFF; }
a { background-color: rgb(251,204,255); }
div.DivClassName
{
background-color: #FBCCFF;
}
.BgClassName
{
background-color: #FBCCFF;
}
</style>
border-color css
<style>
span { border-color: #FBCCFF; }
span { border-color: rgb(251,204,255); }
td.TdClassName
{
border-color: #FBCCFF;
}
.TagClassName
{
border-color: #FBCCFF;
}
</style>