Shades of Azalea #F7BBBD
Tints of Azalea #F7BBBD
RGB
CMYK
RGB Variations
Color information
#F7BBBD (or 0xF7BBBD) is known color: Azalea. HEX triplet: F7, BB and BD. RGB value is (247,187,189). Sum of RGB (Red+Green+Blue) = 247+187+189=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBBD is #084442. Grayscale: #CDCDCD. Windows color (decimal): -541763 or 12434423. OLE color: 12434423.
HSL color Cylindrical-coordinate representation of color #F7BBBD: hue angle of 358º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBBD is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 189 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.03 |
| HSL | 358º | 0.79% | 0.85% | - |
| HSV(B) | 358º | 0.24% | 0.97% | - |
| XYZ | 65.31 | 58.99 | 56.09 | - |
| YUV | 205.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 189 | 0 | 0.24 | 0.23 | 0.03 | 358 | 0.79 | 0.85 |
| Hex | F7 | BB | BD | 0 | 18 | 17 | 3 | 166 | 4F | 55 |
| Octal | 367 | 273 | 275 | 0 | 30 | 27 | 3 | 546 | 117 | 125 |
| Binary | 11110111 | 10111011 | 10111101 | 0 | 11000 | 10111 | 11 | 101100110 | 1001111 | 1010101 |
Color Harmonies of #F7BBBD
Complementary color
Monochromatic Colors of #F7BBBD
Black with #F7BBBD
Text Example
Text Example
White with #F7BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBBD; }
p { color: rgb(247,187,189); }
H1.HeaderClassName
{
color: #F7BBBD;
}
.AnyTagClassName
{
color: #F7BBBD;
}
</style>
background-color css
<style>
a { background-color: #F7BBBD; }
a { background-color: rgb(247,187,189); }
div.DivClassName
{
background-color: #F7BBBD;
}
.BgClassName
{
background-color: #F7BBBD;
}
</style>
border-color css
<style>
span { border-color: #F7BBBD; }
span { border-color: rgb(247,187,189); }
td.TdClassName
{
border-color: #F7BBBD;
}
.TagClassName
{
border-color: #F7BBBD;
}
</style>