Shades of Azalea #F0B7BB
Tints of Azalea #F0B7BB
RGB
CMYK
RGB Variations
Color information
#F0B7BB (or 0xF0B7BB) is known color: Azalea. HEX triplet: F0, B7 and BB. RGB value is (240,183,187). Sum of RGB (Red+Green+Blue) = 240+183+187=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7BB is #0F4844. Grayscale: #C8C8C8. Windows color (decimal): -1001541 or 12302320. OLE color: 12302320.
HSL color Cylindrical-coordinate representation of color #F0B7BB: hue angle of 355.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7BB is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 187 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.06 |
| HSL | 355.79º | 0.66% | 0.83% | - |
| HSV(B) | 355.79º | 0.24% | 0.94% | - |
| XYZ | 61.84 | 55.98 | 54.56 | - |
| YUV | 200.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 187 | 0 | 0.24 | 0.22 | 0.06 | 355.79 | 0.66 | 0.83 |
| Hex | F0 | B7 | BB | 0 | 18 | 16 | 6 | 164 | 42 | 53 |
| Octal | 360 | 267 | 273 | 0 | 30 | 26 | 6 | 544 | 102 | 123 |
| Binary | 11110000 | 10110111 | 10111011 | 0 | 11000 | 10110 | 110 | 101100100 | 1000010 | 1010011 |
Color Harmonies of #F0B7BB
Complementary color
Monochromatic Colors of #F0B7BB
Black with #F0B7BB
Text Example
Text Example
White with #F0B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7BB; }
p { color: rgb(240,183,187); }
H1.HeaderClassName
{
color: #F0B7BB;
}
.AnyTagClassName
{
color: #F0B7BB;
}
</style>
background-color css
<style>
a { background-color: #F0B7BB; }
a { background-color: rgb(240,183,187); }
div.DivClassName
{
background-color: #F0B7BB;
}
.BgClassName
{
background-color: #F0B7BB;
}
</style>
border-color css
<style>
span { border-color: #F0B7BB; }
span { border-color: rgb(240,183,187); }
td.TdClassName
{
border-color: #F0B7BB;
}
.TagClassName
{
border-color: #F0B7BB;
}
</style>