Shades of Azalea #F4B8BC
Tints of Azalea #F4B8BC
RGB
CMYK
RGB Variations
Color information
#F4B8BC (or 0xF4B8BC) is known color: Azalea. HEX triplet: F4, B8 and BC. RGB value is (244,184,188). Sum of RGB (Red+Green+Blue) = 244+184+188=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8BC is #0B4743. Grayscale: #CACACA. Windows color (decimal): -739140 or 12368116. OLE color: 12368116.
HSL color Cylindrical-coordinate representation of color #F4B8BC: hue angle of 356º 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 #F4B8BC is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 188 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.04 |
| HSL | 356º | 0.73% | 0.84% | - |
| HSV(B) | 356º | 0.25% | 0.96% | - |
| XYZ | 63.53 | 57.14 | 55.26 | - |
| YUV | 202.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 188 | 0 | 0.25 | 0.23 | 0.04 | 356 | 0.73 | 0.84 |
| Hex | F4 | B8 | BC | 0 | 19 | 17 | 4 | 164 | 49 | 54 |
| Octal | 364 | 270 | 274 | 0 | 31 | 27 | 4 | 544 | 111 | 124 |
| Binary | 11110100 | 10111000 | 10111100 | 0 | 11001 | 10111 | 100 | 101100100 | 1001001 | 1010100 |
Color Harmonies of #F4B8BC
Complementary color
Monochromatic Colors of #F4B8BC
Black with #F4B8BC
Text Example
Text Example
White with #F4B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8BC; }
p { color: rgb(244,184,188); }
H1.HeaderClassName
{
color: #F4B8BC;
}
.AnyTagClassName
{
color: #F4B8BC;
}
</style>
background-color css
<style>
a { background-color: #F4B8BC; }
a { background-color: rgb(244,184,188); }
div.DivClassName
{
background-color: #F4B8BC;
}
.BgClassName
{
background-color: #F4B8BC;
}
</style>
border-color css
<style>
span { border-color: #F4B8BC; }
span { border-color: rgb(244,184,188); }
td.TdClassName
{
border-color: #F4B8BC;
}
.TagClassName
{
border-color: #F4B8BC;
}
</style>