Shades of Snuff #F5BBF8
Tints of Snuff #F5BBF8
RGB
CMYK
RGB Variations
Color information
#F5BBF8 (or 0xF5BBF8) is known color: Snuff. HEX triplet: F5, BB and F8. RGB value is (245,187,248). Sum of RGB (Red+Green+Blue) = 245+187+248=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5BBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBF8 is #0A4407. Grayscale: #D3D3D3. Windows color (decimal): -672776 or 16301045. OLE color: 16301045.
HSL color Cylindrical-coordinate representation of color #F5BBF8: hue angle of 297.05º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5BBF8 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 187 | 248 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.03 |
| HSL | 297.05º | 0.81% | 0.85% | - |
| HSV(B) | 297.05º | 0.25% | 0.97% | - |
| XYZ | 72.37 | 61.73 | 96.91 | - |
| YUV | 211.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 248 | 0.01 | 0.25 | 0 | 0.03 | 297.05 | 0.81 | 0.85 |
| Hex | F5 | BB | F8 | 1 | 19 | 0 | 3 | 129 | 51 | 55 |
| Octal | 365 | 273 | 370 | 1 | 31 | 0 | 3 | 451 | 121 | 125 |
| Binary | 11110101 | 10111011 | 11111000 | 1 | 11001 | 0 | 11 | 100101001 | 1010001 | 1010101 |
Color Harmonies of #F5BBF8
Complementary color
Monochromatic Colors of #F5BBF8
Black with #F5BBF8
Text Example
Text Example
White with #F5BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBF8; }
p { color: rgb(245,187,248); }
H1.HeaderClassName
{
color: #F5BBF8;
}
.AnyTagClassName
{
color: #F5BBF8;
}
</style>
background-color css
<style>
a { background-color: #F5BBF8; }
a { background-color: rgb(245,187,248); }
div.DivClassName
{
background-color: #F5BBF8;
}
.BgClassName
{
background-color: #F5BBF8;
}
</style>
border-color css
<style>
span { border-color: #F5BBF8; }
span { border-color: rgb(245,187,248); }
td.TdClassName
{
border-color: #F5BBF8;
}
.TagClassName
{
border-color: #F5BBF8;
}
</style>