Shades of Azalea #F4BBBD
Tints of Azalea #F4BBBD
RGB
CMYK
RGB Variations
Color information
#F4BBBD (or 0xF4BBBD) is known color: Azalea. HEX triplet: F4, BB and BD. RGB value is (244,187,189). Sum of RGB (Red+Green+Blue) = 244+187+189=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBBD is #0B4442. Grayscale: #CCCCCC. Windows color (decimal): -738371 or 12434420. OLE color: 12434420.
HSL color Cylindrical-coordinate representation of color #F4BBBD: hue angle of 357.89º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BBBD is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 189 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.04 |
| HSL | 357.89º | 0.72% | 0.85% | - |
| HSV(B) | 357.89º | 0.23% | 0.96% | - |
| XYZ | 64.26 | 58.45 | 56.04 | - |
| YUV | 204.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 189 | 0 | 0.23 | 0.23 | 0.04 | 357.89 | 0.72 | 0.85 |
| Hex | F4 | BB | BD | 0 | 17 | 17 | 4 | 166 | 48 | 55 |
| Octal | 364 | 273 | 275 | 0 | 27 | 27 | 4 | 546 | 110 | 125 |
| Binary | 11110100 | 10111011 | 10111101 | 0 | 10111 | 10111 | 100 | 101100110 | 1001000 | 1010101 |
Color Harmonies of #F4BBBD
Complementary color
Monochromatic Colors of #F4BBBD
Black with #F4BBBD
Text Example
Text Example
White with #F4BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBBD; }
p { color: rgb(244,187,189); }
H1.HeaderClassName
{
color: #F4BBBD;
}
.AnyTagClassName
{
color: #F4BBBD;
}
</style>
background-color css
<style>
a { background-color: #F4BBBD; }
a { background-color: rgb(244,187,189); }
div.DivClassName
{
background-color: #F4BBBD;
}
.BgClassName
{
background-color: #F4BBBD;
}
</style>
border-color css
<style>
span { border-color: #F4BBBD; }
span { border-color: rgb(244,187,189); }
td.TdClassName
{
border-color: #F4BBBD;
}
.TagClassName
{
border-color: #F4BBBD;
}
</style>