Shades of Azalea #F0B9BD
Tints of Azalea #F0B9BD
RGB
CMYK
RGB Variations
Color information
#F0B9BD (or 0xF0B9BD) is known color: Azalea. HEX triplet: F0, B9 and BD. RGB value is (240,185,189). Sum of RGB (Red+Green+Blue) = 240+185+189=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9BD is #0F4642. Grayscale: #C9C9C9. Windows color (decimal): -1001027 or 12433904. OLE color: 12433904.
HSL color Cylindrical-coordinate representation of color #F0B9BD: hue angle of 355.64º 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 #F0B9BD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 189 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 355.64º | 0.65% | 0.83% | - |
| HSV(B) | 355.64º | 0.23% | 0.94% | - |
| XYZ | 62.47 | 56.9 | 55.83 | - |
| YUV | 201.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 189 | 0 | 0.23 | 0.21 | 0.06 | 355.64 | 0.65 | 0.83 |
| Hex | F0 | B9 | BD | 0 | 17 | 15 | 6 | 164 | 41 | 53 |
| Octal | 360 | 271 | 275 | 0 | 27 | 25 | 6 | 544 | 101 | 123 |
| Binary | 11110000 | 10111001 | 10111101 | 0 | 10111 | 10101 | 110 | 101100100 | 1000001 | 1010011 |
Color Harmonies of #F0B9BD
Complementary color
Monochromatic Colors of #F0B9BD
Black with #F0B9BD
Text Example
Text Example
White with #F0B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9BD; }
p { color: rgb(240,185,189); }
H1.HeaderClassName
{
color: #F0B9BD;
}
.AnyTagClassName
{
color: #F0B9BD;
}
</style>
background-color css
<style>
a { background-color: #F0B9BD; }
a { background-color: rgb(240,185,189); }
div.DivClassName
{
background-color: #F0B9BD;
}
.BgClassName
{
background-color: #F0B9BD;
}
</style>
border-color css
<style>
span { border-color: #F0B9BD; }
span { border-color: rgb(240,185,189); }
td.TdClassName
{
border-color: #F0B9BD;
}
.TagClassName
{
border-color: #F0B9BD;
}
</style>