Shades of Snuff #FBCBFF
Tints of Snuff #FBCBFF
RGB
CMYK
RGB Variations
Color information
#FBCBFF (or 0xFBCBFF) is known color: Snuff. HEX triplet: FB, CB and FF. RGB value is (251,203,255). Sum of RGB (Red+Green+Blue) = 251+203+255=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 203 (79.69% from 255 or 28.63% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBFF is #043400. Grayscale: #DFDFDF. Windows color (decimal): -275457 or 16763899. OLE color: 16763899.
HSL color Cylindrical-coordinate representation of color #FBCBFF: hue angle of 295.38º 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 #FBCBFF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 203 | 255 | - |
| CMYK | 0.02 | 0.20 | 0 | 0 |
| HSL | 295.38º | 1% | 0.9% | - |
| HSV(B) | 295.38º | 0.2% | 1% | - |
| XYZ | 79.19 | 70.44 | 104.03 | - |
| YUV | 223.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 255 | 0.02 | 0.20 | 0 | 0 | 295.38 | 1 | 0.9 |
| Hex | FB | CB | FF | 2 | 14 | 0 | 0 | 127 | 64 | 5A |
| Octal | 373 | 313 | 377 | 2 | 24 | 0 | 0 | 447 | 144 | 132 |
| Binary | 11111011 | 11001011 | 11111111 | 10 | 10100 | 0 | 0 | 100100111 | 1100100 | 1011010 |
Color Harmonies of #FBCBFF
Complementary color
Monochromatic Colors of #FBCBFF
Black with #FBCBFF
Text Example
Text Example
White with #FBCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBFF; }
p { color: rgb(251,203,255); }
H1.HeaderClassName
{
color: #FBCBFF;
}
.AnyTagClassName
{
color: #FBCBFF;
}
</style>
background-color css
<style>
a { background-color: #FBCBFF; }
a { background-color: rgb(251,203,255); }
div.DivClassName
{
background-color: #FBCBFF;
}
.BgClassName
{
background-color: #FBCBFF;
}
</style>
border-color css
<style>
span { border-color: #FBCBFF; }
span { border-color: rgb(251,203,255); }
td.TdClassName
{
border-color: #FBCBFF;
}
.TagClassName
{
border-color: #FBCBFF;
}
</style>