Shades of Snuff #F0BBF4
Tints of Snuff #F0BBF4
RGB
CMYK
RGB Variations
Color information
#F0BBF4 (or 0xF0BBF4) is known color: Snuff. HEX triplet: F0, BB and F4. RGB value is (240,187,244). Sum of RGB (Red+Green+Blue) = 240+187+244=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0BBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBF4 is #0F440B. Grayscale: #D1D1D1. Windows color (decimal): -1000460 or 16038896. OLE color: 16038896.
HSL color Cylindrical-coordinate representation of color #F0BBF4: hue angle of 295.79º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BBF4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 187 | 244 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.04 |
| HSL | 295.79º | 0.72% | 0.85% | - |
| HSV(B) | 295.79º | 0.23% | 0.96% | - |
| XYZ | 70.03 | 60.6 | 93.59 | - |
| YUV | 209.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 244 | 0.02 | 0.23 | 0 | 0.04 | 295.79 | 0.72 | 0.85 |
| Hex | F0 | BB | F4 | 2 | 17 | 0 | 4 | 128 | 48 | 55 |
| Octal | 360 | 273 | 364 | 2 | 27 | 0 | 4 | 450 | 110 | 125 |
| Binary | 11110000 | 10111011 | 11110100 | 10 | 10111 | 0 | 100 | 100101000 | 1001000 | 1010101 |
Color Harmonies of #F0BBF4
Complementary color
Monochromatic Colors of #F0BBF4
Black with #F0BBF4
Text Example
Text Example
White with #F0BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBF4; }
p { color: rgb(240,187,244); }
H1.HeaderClassName
{
color: #F0BBF4;
}
.AnyTagClassName
{
color: #F0BBF4;
}
</style>
background-color css
<style>
a { background-color: #F0BBF4; }
a { background-color: rgb(240,187,244); }
div.DivClassName
{
background-color: #F0BBF4;
}
.BgClassName
{
background-color: #F0BBF4;
}
</style>
border-color css
<style>
span { border-color: #F0BBF4; }
span { border-color: rgb(240,187,244); }
td.TdClassName
{
border-color: #F0BBF4;
}
.TagClassName
{
border-color: #F0BBF4;
}
</style>