Shades of Snuff #FBC6F2
Tints of Snuff #FBC6F2
RGB
CMYK
RGB Variations
Color information
#FBC6F2 (or 0xFBC6F2) is known color: Snuff. HEX triplet: FB, C6 and F2. RGB value is (251,198,242). Sum of RGB (Red+Green+Blue) = 251+198+242=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6F2 is #04390D. Grayscale: #DADADA. Windows color (decimal): -276750 or 15910651. OLE color: 15910651.
HSL color Cylindrical-coordinate representation of color #FBC6F2: hue angle of 310.19º 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 #FBC6F2 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 242 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.02 |
| HSL | 310.19º | 0.87% | 0.88% | - |
| HSV(B) | 310.19º | 0.21% | 0.98% | - |
| XYZ | 76 | 67.31 | 92.99 | - |
| YUV | 218.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 242 | 0 | 0.21 | 0.04 | 0.02 | 310.19 | 0.87 | 0.88 |
| Hex | FB | C6 | F2 | 0 | 15 | 4 | 2 | 136 | 57 | 58 |
| Octal | 373 | 306 | 362 | 0 | 25 | 4 | 2 | 466 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11110010 | 0 | 10101 | 100 | 10 | 100110110 | 1010111 | 1011000 |
Color Harmonies of #FBC6F2
Complementary color
Monochromatic Colors of #FBC6F2
Black with #FBC6F2
Text Example
Text Example
White with #FBC6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6F2; }
p { color: rgb(251,198,242); }
H1.HeaderClassName
{
color: #FBC6F2;
}
.AnyTagClassName
{
color: #FBC6F2;
}
</style>
background-color css
<style>
a { background-color: #FBC6F2; }
a { background-color: rgb(251,198,242); }
div.DivClassName
{
background-color: #FBC6F2;
}
.BgClassName
{
background-color: #FBC6F2;
}
</style>
border-color css
<style>
span { border-color: #FBC6F2; }
span { border-color: rgb(251,198,242); }
td.TdClassName
{
border-color: #FBC6F2;
}
.TagClassName
{
border-color: #FBC6F2;
}
</style>