Shades of Snuff #FBC6F8
Tints of Snuff #FBC6F8
RGB
CMYK
RGB Variations
Color information
#FBC6F8 (or 0xFBC6F8) is known color: Snuff. HEX triplet: FB, C6 and F8. RGB value is (251,198,248). Sum of RGB (Red+Green+Blue) = 251+198+248=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 198 (77.73% from 255 or 28.41% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6F8 is #043907. Grayscale: #DBDBDB. Windows color (decimal): -276744 or 16303867. OLE color: 16303867.
HSL color Cylindrical-coordinate representation of color #FBC6F8: hue angle of 303.4º 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 #FBC6F8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 248 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.02 |
| HSL | 303.4º | 0.87% | 0.88% | - |
| HSV(B) | 303.4º | 0.21% | 0.98% | - |
| XYZ | 76.92 | 67.67 | 97.82 | - |
| YUV | 219.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 248 | 0 | 0.21 | 0.01 | 0.02 | 303.4 | 0.87 | 0.88 |
| Hex | FB | C6 | F8 | 0 | 15 | 1 | 2 | 12F | 57 | 58 |
| Octal | 373 | 306 | 370 | 0 | 25 | 1 | 2 | 457 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11111000 | 0 | 10101 | 1 | 10 | 100101111 | 1010111 | 1011000 |
Color Harmonies of #FBC6F8
Complementary color
Monochromatic Colors of #FBC6F8
Black with #FBC6F8
Text Example
Text Example
White with #FBC6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6F8; }
p { color: rgb(251,198,248); }
H1.HeaderClassName
{
color: #FBC6F8;
}
.AnyTagClassName
{
color: #FBC6F8;
}
</style>
background-color css
<style>
a { background-color: #FBC6F8; }
a { background-color: rgb(251,198,248); }
div.DivClassName
{
background-color: #FBC6F8;
}
.BgClassName
{
background-color: #FBC6F8;
}
</style>
border-color css
<style>
span { border-color: #FBC6F8; }
span { border-color: rgb(251,198,248); }
td.TdClassName
{
border-color: #FBC6F8;
}
.TagClassName
{
border-color: #FBC6F8;
}
</style>