Shades of Azalea #F4BBBE
Tints of Azalea #F4BBBE
RGB
CMYK
RGB Variations
Color information
#F4BBBE (or 0xF4BBBE) is known color: Azalea. HEX triplet: F4, BB and BE. RGB value is (244,187,190). Sum of RGB (Red+Green+Blue) = 244+187+190=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBBE is #0B4441. Grayscale: #CCCCCC. Windows color (decimal): -738370 or 12499956. OLE color: 12499956.
HSL color Cylindrical-coordinate representation of color #F4BBBE: hue angle of 356.84º 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 #F4BBBE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 190 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.04 |
| HSL | 356.84º | 0.72% | 0.85% | - |
| HSV(B) | 356.84º | 0.23% | 0.96% | - |
| XYZ | 64.37 | 58.49 | 56.61 | - |
| YUV | 204.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 190 | 0 | 0.23 | 0.22 | 0.04 | 356.84 | 0.72 | 0.85 |
| Hex | F4 | BB | BE | 0 | 17 | 16 | 4 | 165 | 48 | 55 |
| Octal | 364 | 273 | 276 | 0 | 27 | 26 | 4 | 545 | 110 | 125 |
| Binary | 11110100 | 10111011 | 10111110 | 0 | 10111 | 10110 | 100 | 101100101 | 1001000 | 1010101 |
Color Harmonies of #F4BBBE
Complementary color
Monochromatic Colors of #F4BBBE
Black with #F4BBBE
Text Example
Text Example
White with #F4BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBBE; }
p { color: rgb(244,187,190); }
H1.HeaderClassName
{
color: #F4BBBE;
}
.AnyTagClassName
{
color: #F4BBBE;
}
</style>
background-color css
<style>
a { background-color: #F4BBBE; }
a { background-color: rgb(244,187,190); }
div.DivClassName
{
background-color: #F4BBBE;
}
.BgClassName
{
background-color: #F4BBBE;
}
</style>
border-color css
<style>
span { border-color: #F4BBBE; }
span { border-color: rgb(244,187,190); }
td.TdClassName
{
border-color: #F4BBBE;
}
.TagClassName
{
border-color: #F4BBBE;
}
</style>