Shades of Snuff #FBCAFF
Tints of Snuff #FBCAFF
RGB
CMYK
RGB Variations
Color information
#FBCAFF (or 0xFBCAFF) is known color: Snuff. HEX triplet: FB, CA and FF. RGB value is (251,202,255). Sum of RGB (Red+Green+Blue) = 251+202+255=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAFF is #043500. Grayscale: #DEDEDE. Windows color (decimal): -275713 or 16763643. OLE color: 16763643.
HSL color Cylindrical-coordinate representation of color #FBCAFF: hue angle of 295.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBCAFF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 202 | 255 | - |
| CMYK | 0.02 | 0.21 | 0 | 0 |
| HSL | 295.47º | 1% | 0.9% | - |
| HSV(B) | 295.47º | 0.21% | 1% | - |
| XYZ | 78.95 | 69.97 | 103.95 | - |
| YUV | 222.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 255 | 0.02 | 0.21 | 0 | 0 | 295.47 | 1 | 0.9 |
| Hex | FB | CA | FF | 2 | 15 | 0 | 0 | 127 | 64 | 5A |
| Octal | 373 | 312 | 377 | 2 | 25 | 0 | 0 | 447 | 144 | 132 |
| Binary | 11111011 | 11001010 | 11111111 | 10 | 10101 | 0 | 0 | 100100111 | 1100100 | 1011010 |
Color Harmonies of #FBCAFF
Complementary color
Monochromatic Colors of #FBCAFF
Black with #FBCAFF
Text Example
Text Example
White with #FBCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAFF; }
p { color: rgb(251,202,255); }
H1.HeaderClassName
{
color: #FBCAFF;
}
.AnyTagClassName
{
color: #FBCAFF;
}
</style>
background-color css
<style>
a { background-color: #FBCAFF; }
a { background-color: rgb(251,202,255); }
div.DivClassName
{
background-color: #FBCAFF;
}
.BgClassName
{
background-color: #FBCAFF;
}
</style>
border-color css
<style>
span { border-color: #FBCAFF; }
span { border-color: rgb(251,202,255); }
td.TdClassName
{
border-color: #FBCAFF;
}
.TagClassName
{
border-color: #FBCAFF;
}
</style>