Shades of Shilo #F0B9AA
Tints of Shilo #F0B9AA
RGB
CMYK
RGB Variations
Color information
#F0B9AA (or 0xF0B9AA) is known color: Shilo. HEX triplet: F0, B9 and AA. RGB value is (240,185,170). Sum of RGB (Red+Green+Blue) = 240+185+170=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B9AA is #0F4655. Grayscale: #C7C7C7. Windows color (decimal): -1001046 or 11188720. OLE color: 11188720.
HSL color Cylindrical-coordinate representation of color #F0B9AA: hue angle of 12.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B9AA is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 170 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.06 |
| HSL | 12.86º | 0.7% | 0.8% | - |
| HSV(B) | 12.86º | 0.29% | 0.94% | - |
| XYZ | 60.54 | 56.13 | 45.67 | - |
| YUV | 199.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 170 | 0 | 0.23 | 0.29 | 0.06 | 12.86 | 0.7 | 0.8 |
| Hex | F0 | B9 | AA | 0 | 17 | 1D | 6 | D | 46 | 50 |
| Octal | 360 | 271 | 252 | 0 | 27 | 35 | 6 | 15 | 106 | 120 |
| Binary | 11110000 | 10111001 | 10101010 | 0 | 10111 | 11101 | 110 | 1101 | 1000110 | 1010000 |
Color Harmonies of #F0B9AA
Complementary color
Monochromatic Colors of #F0B9AA
Black with #F0B9AA
Text Example
Text Example
White with #F0B9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9AA; }
p { color: rgb(240,185,170); }
H1.HeaderClassName
{
color: #F0B9AA;
}
.AnyTagClassName
{
color: #F0B9AA;
}
</style>
background-color css
<style>
a { background-color: #F0B9AA; }
a { background-color: rgb(240,185,170); }
div.DivClassName
{
background-color: #F0B9AA;
}
.BgClassName
{
background-color: #F0B9AA;
}
</style>
border-color css
<style>
span { border-color: #F0B9AA; }
span { border-color: rgb(240,185,170); }
td.TdClassName
{
border-color: #F0B9AA;
}
.TagClassName
{
border-color: #F0B9AA;
}
</style>