Shades of Snuff #FBC6F1
Tints of Snuff #FBC6F1
RGB
CMYK
RGB Variations
Color information
#FBC6F1 (or 0xFBC6F1) is known color: Snuff. HEX triplet: FB, C6 and F1. RGB value is (251,198,241). Sum of RGB (Red+Green+Blue) = 251+198+241=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6F1 is #04390E. Grayscale: #DADADA. Windows color (decimal): -276751 or 15845115. OLE color: 15845115.
HSL color Cylindrical-coordinate representation of color #FBC6F1: hue angle of 311.32º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC6F1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 241 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.02 |
| HSL | 311.32º | 0.87% | 0.88% | - |
| HSV(B) | 311.32º | 0.21% | 0.98% | - |
| XYZ | 75.85 | 67.25 | 92.2 | - |
| YUV | 218.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 241 | 0 | 0.21 | 0.04 | 0.02 | 311.32 | 0.87 | 0.88 |
| Hex | FB | C6 | F1 | 0 | 15 | 4 | 2 | 137 | 57 | 58 |
| Octal | 373 | 306 | 361 | 0 | 25 | 4 | 2 | 467 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11110001 | 0 | 10101 | 100 | 10 | 100110111 | 1010111 | 1011000 |
Color Harmonies of #FBC6F1
Complementary color
Monochromatic Colors of #FBC6F1
Black with #FBC6F1
Text Example
Text Example
White with #FBC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6F1; }
p { color: rgb(251,198,241); }
H1.HeaderClassName
{
color: #FBC6F1;
}
.AnyTagClassName
{
color: #FBC6F1;
}
</style>
background-color css
<style>
a { background-color: #FBC6F1; }
a { background-color: rgb(251,198,241); }
div.DivClassName
{
background-color: #FBC6F1;
}
.BgClassName
{
background-color: #FBC6F1;
}
</style>
border-color css
<style>
span { border-color: #FBC6F1; }
span { border-color: rgb(251,198,241); }
td.TdClassName
{
border-color: #FBC6F1;
}
.TagClassName
{
border-color: #FBC6F1;
}
</style>