Shades of Snuff #FBCFFF
Tints of Snuff #FBCFFF
RGB
CMYK
RGB Variations
Color information
#FBCFFF (or 0xFBCFFF) is known color: Snuff. HEX triplet: FB, CF and FF. RGB value is (251,207,255). Sum of RGB (Red+Green+Blue) = 251+207+255=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 207 (81.25% from 255 or 29.03% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFFF is #043000. Grayscale: #E1E1E1. Windows color (decimal): -274433 or 16764923. OLE color: 16764923.
HSL color Cylindrical-coordinate representation of color #FBCFFF: hue angle of 295º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCFFF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 207 | 255 | - |
| CMYK | 0.02 | 0.19 | 0 | 0 |
| HSL | 295º | 1% | 0.91% | - |
| HSV(B) | 295º | 0.19% | 1% | - |
| XYZ | 80.15 | 72.35 | 104.35 | - |
| YUV | 225.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 255 | 0.02 | 0.19 | 0 | 0 | 295 | 1 | 0.91 |
| Hex | FB | CF | FF | 2 | 13 | 0 | 0 | 127 | 64 | 5B |
| Octal | 373 | 317 | 377 | 2 | 23 | 0 | 0 | 447 | 144 | 133 |
| Binary | 11111011 | 11001111 | 11111111 | 10 | 10011 | 0 | 0 | 100100111 | 1100100 | 1011011 |
Color Harmonies of #FBCFFF
Complementary color
Monochromatic Colors of #FBCFFF
Black with #FBCFFF
Text Example
Text Example
White with #FBCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFFF; }
p { color: rgb(251,207,255); }
H1.HeaderClassName
{
color: #FBCFFF;
}
.AnyTagClassName
{
color: #FBCFFF;
}
</style>
background-color css
<style>
a { background-color: #FBCFFF; }
a { background-color: rgb(251,207,255); }
div.DivClassName
{
background-color: #FBCFFF;
}
.BgClassName
{
background-color: #FBCFFF;
}
</style>
border-color css
<style>
span { border-color: #FBCFFF; }
span { border-color: rgb(251,207,255); }
td.TdClassName
{
border-color: #FBCFFF;
}
.TagClassName
{
border-color: #FBCFFF;
}
</style>