Shades of Azalea #F0B7BC
Tints of Azalea #F0B7BC
RGB
CMYK
RGB Variations
Color information
#F0B7BC (or 0xF0B7BC) is known color: Azalea. HEX triplet: F0, B7 and BC. RGB value is (240,183,188). Sum of RGB (Red+Green+Blue) = 240+183+188=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7BC is #0F4843. Grayscale: #C8C8C8. Windows color (decimal): -1001540 or 12367856. OLE color: 12367856.
HSL color Cylindrical-coordinate representation of color #F0B7BC: hue angle of 354.74º 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 #F0B7BC is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 188 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.06 |
| HSL | 354.74º | 0.66% | 0.83% | - |
| HSV(B) | 354.74º | 0.24% | 0.94% | - |
| XYZ | 61.95 | 56.02 | 55.13 | - |
| YUV | 200.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 188 | 0 | 0.24 | 0.22 | 0.06 | 354.74 | 0.66 | 0.83 |
| Hex | F0 | B7 | BC | 0 | 18 | 16 | 6 | 163 | 42 | 53 |
| Octal | 360 | 267 | 274 | 0 | 30 | 26 | 6 | 543 | 102 | 123 |
| Binary | 11110000 | 10110111 | 10111100 | 0 | 11000 | 10110 | 110 | 101100011 | 1000010 | 1010011 |
Color Harmonies of #F0B7BC
Complementary color
Monochromatic Colors of #F0B7BC
Black with #F0B7BC
Text Example
Text Example
White with #F0B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7BC; }
p { color: rgb(240,183,188); }
H1.HeaderClassName
{
color: #F0B7BC;
}
.AnyTagClassName
{
color: #F0B7BC;
}
</style>
background-color css
<style>
a { background-color: #F0B7BC; }
a { background-color: rgb(240,183,188); }
div.DivClassName
{
background-color: #F0B7BC;
}
.BgClassName
{
background-color: #F0B7BC;
}
</style>
border-color css
<style>
span { border-color: #F0B7BC; }
span { border-color: rgb(240,183,188); }
td.TdClassName
{
border-color: #F0B7BC;
}
.TagClassName
{
border-color: #F0B7BC;
}
</style>