Shades of Snuff #FBCBF1
Tints of Snuff #FBCBF1
RGB
CMYK
RGB Variations
Color information
#FBCBF1 (or 0xFBCBF1) is known color: Snuff. HEX triplet: FB, CB and F1. RGB value is (251,203,241). Sum of RGB (Red+Green+Blue) = 251+203+241=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBF1 is #04340E. Grayscale: #DDDDDD. Windows color (decimal): -275471 or 15846395. OLE color: 15846395.
HSL color Cylindrical-coordinate representation of color #FBCBF1: hue angle of 312.5º degrees, saturation: 0.86, 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 #FBCBF1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 241 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.02 |
| HSL | 312.5º | 0.86% | 0.89% | - |
| HSV(B) | 312.5º | 0.19% | 0.98% | - |
| XYZ | 77.02 | 69.57 | 92.59 | - |
| YUV | 221.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 241 | 0 | 0.19 | 0.04 | 0.02 | 312.5 | 0.86 | 0.89 |
| Hex | FB | CB | F1 | 0 | 13 | 4 | 2 | 138 | 56 | 59 |
| Octal | 373 | 313 | 361 | 0 | 23 | 4 | 2 | 470 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11110001 | 0 | 10011 | 100 | 10 | 100111000 | 1010110 | 1011001 |
Color Harmonies of #FBCBF1
Complementary color
Monochromatic Colors of #FBCBF1
Black with #FBCBF1
Text Example
Text Example
White with #FBCBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBF1; }
p { color: rgb(251,203,241); }
H1.HeaderClassName
{
color: #FBCBF1;
}
.AnyTagClassName
{
color: #FBCBF1;
}
</style>
background-color css
<style>
a { background-color: #FBCBF1; }
a { background-color: rgb(251,203,241); }
div.DivClassName
{
background-color: #FBCBF1;
}
.BgClassName
{
background-color: #FBCBF1;
}
</style>
border-color css
<style>
span { border-color: #FBCBF1; }
span { border-color: rgb(251,203,241); }
td.TdClassName
{
border-color: #FBCBF1;
}
.TagClassName
{
border-color: #FBCBF1;
}
</style>