Shades of Azalea #F4B8BB
Tints of Azalea #F4B8BB
RGB
CMYK
RGB Variations
Color information
#F4B8BB (or 0xF4B8BB) is known color: Azalea. HEX triplet: F4, B8 and BB. RGB value is (244,184,187). Sum of RGB (Red+Green+Blue) = 244+184+187=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8BB is #0B4744. Grayscale: #CACACA. Windows color (decimal): -739141 or 12302580. OLE color: 12302580.
HSL color Cylindrical-coordinate representation of color #F4B8BB: hue angle of 357º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B8BB is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 187 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.04 |
| HSL | 357º | 0.73% | 0.84% | - |
| HSV(B) | 357º | 0.25% | 0.96% | - |
| XYZ | 63.42 | 57.1 | 54.69 | - |
| YUV | 202.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 187 | 0 | 0.25 | 0.23 | 0.04 | 357 | 0.73 | 0.84 |
| Hex | F4 | B8 | BB | 0 | 19 | 17 | 4 | 165 | 49 | 54 |
| Octal | 364 | 270 | 273 | 0 | 31 | 27 | 4 | 545 | 111 | 124 |
| Binary | 11110100 | 10111000 | 10111011 | 0 | 11001 | 10111 | 100 | 101100101 | 1001001 | 1010100 |
Color Harmonies of #F4B8BB
Complementary color
Monochromatic Colors of #F4B8BB
Black with #F4B8BB
Text Example
Text Example
White with #F4B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8BB; }
p { color: rgb(244,184,187); }
H1.HeaderClassName
{
color: #F4B8BB;
}
.AnyTagClassName
{
color: #F4B8BB;
}
</style>
background-color css
<style>
a { background-color: #F4B8BB; }
a { background-color: rgb(244,184,187); }
div.DivClassName
{
background-color: #F4B8BB;
}
.BgClassName
{
background-color: #F4B8BB;
}
</style>
border-color css
<style>
span { border-color: #F4B8BB; }
span { border-color: rgb(244,184,187); }
td.TdClassName
{
border-color: #F4B8BB;
}
.TagClassName
{
border-color: #F4B8BB;
}
</style>