Shades of Snuff #F0BAF3
Tints of Snuff #F0BAF3
RGB
CMYK
RGB Variations
Color information
#F0BAF3 (or 0xF0BAF3) is known color: Snuff. HEX triplet: F0, BA and F3. RGB value is (240,186,243). Sum of RGB (Red+Green+Blue) = 240+186+243=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0BAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAF3 is #0F450C. Grayscale: #D0D0D0. Windows color (decimal): -1000717 or 15973104. OLE color: 15973104.
HSL color Cylindrical-coordinate representation of color #F0BAF3: hue angle of 296.84º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BAF3 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 186 | 243 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.05 |
| HSL | 296.84º | 0.7% | 0.84% | - |
| HSV(B) | 296.84º | 0.23% | 0.95% | - |
| XYZ | 69.67 | 60.11 | 92.73 | - |
| YUV | 208.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 243 | 0.01 | 0.23 | 0 | 0.05 | 296.84 | 0.7 | 0.84 |
| Hex | F0 | BA | F3 | 1 | 17 | 0 | 5 | 129 | 46 | 54 |
| Octal | 360 | 272 | 363 | 1 | 27 | 0 | 5 | 451 | 106 | 124 |
| Binary | 11110000 | 10111010 | 11110011 | 1 | 10111 | 0 | 101 | 100101001 | 1000110 | 1010100 |
Color Harmonies of #F0BAF3
Complementary color
Monochromatic Colors of #F0BAF3
Black with #F0BAF3
Text Example
Text Example
White with #F0BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAF3; }
p { color: rgb(240,186,243); }
H1.HeaderClassName
{
color: #F0BAF3;
}
.AnyTagClassName
{
color: #F0BAF3;
}
</style>
background-color css
<style>
a { background-color: #F0BAF3; }
a { background-color: rgb(240,186,243); }
div.DivClassName
{
background-color: #F0BAF3;
}
.BgClassName
{
background-color: #F0BAF3;
}
</style>
border-color css
<style>
span { border-color: #F0BAF3; }
span { border-color: rgb(240,186,243); }
td.TdClassName
{
border-color: #F0BAF3;
}
.TagClassName
{
border-color: #F0BAF3;
}
</style>