Shades of Azalea #F0B9BE
Tints of Azalea #F0B9BE
RGB
CMYK
RGB Variations
Color information
#F0B9BE (or 0xF0B9BE) is known color: Azalea. HEX triplet: F0, B9 and BE. RGB value is (240,185,190). Sum of RGB (Red+Green+Blue) = 240+185+190=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9BE is #0F4641. Grayscale: #CACACA. Windows color (decimal): -1001026 or 12499440. OLE color: 12499440.
HSL color Cylindrical-coordinate representation of color #F0B9BE: hue angle of 354.55º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B9BE is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 190 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 354.55º | 0.65% | 0.83% | - |
| HSV(B) | 354.55º | 0.23% | 0.94% | - |
| XYZ | 62.58 | 56.94 | 56.41 | - |
| YUV | 202.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 190 | 0 | 0.23 | 0.21 | 0.06 | 354.55 | 0.65 | 0.83 |
| Hex | F0 | B9 | BE | 0 | 17 | 15 | 6 | 163 | 41 | 53 |
| Octal | 360 | 271 | 276 | 0 | 27 | 25 | 6 | 543 | 101 | 123 |
| Binary | 11110000 | 10111001 | 10111110 | 0 | 10111 | 10101 | 110 | 101100011 | 1000001 | 1010011 |
Color Harmonies of #F0B9BE
Complementary color
Monochromatic Colors of #F0B9BE
Black with #F0B9BE
Text Example
Text Example
White with #F0B9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9BE; }
p { color: rgb(240,185,190); }
H1.HeaderClassName
{
color: #F0B9BE;
}
.AnyTagClassName
{
color: #F0B9BE;
}
</style>
background-color css
<style>
a { background-color: #F0B9BE; }
a { background-color: rgb(240,185,190); }
div.DivClassName
{
background-color: #F0B9BE;
}
.BgClassName
{
background-color: #F0B9BE;
}
</style>
border-color css
<style>
span { border-color: #F0B9BE; }
span { border-color: rgb(240,185,190); }
td.TdClassName
{
border-color: #F0B9BE;
}
.TagClassName
{
border-color: #F0B9BE;
}
</style>