Shades of Azalea #F8BAC0
Tints of Azalea #F8BAC0
RGB
CMYK
RGB Variations
Color information
#F8BAC0 (or 0xF8BAC0) is known color: Azalea. HEX triplet: F8, BA and C0. RGB value is (248,186,192). Sum of RGB (Red+Green+Blue) = 248+186+192=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAC0 is #07453F. Grayscale: #CDCDCD. Windows color (decimal): -476480 or 12630776. OLE color: 12630776.
HSL color Cylindrical-coordinate representation of color #F8BAC0: hue angle of 354.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BAC0 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 192 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.03 |
| HSL | 354.19º | 0.82% | 0.85% | - |
| HSV(B) | 354.19º | 0.25% | 0.97% | - |
| XYZ | 65.78 | 58.88 | 57.77 | - |
| YUV | 205.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 192 | 0 | 0.25 | 0.23 | 0.03 | 354.19 | 0.82 | 0.85 |
| Hex | F8 | BA | C0 | 0 | 19 | 17 | 3 | 162 | 52 | 55 |
| Octal | 370 | 272 | 300 | 0 | 31 | 27 | 3 | 542 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11000000 | 0 | 11001 | 10111 | 11 | 101100010 | 1010010 | 1010101 |
Color Harmonies of #F8BAC0
Complementary color
Monochromatic Colors of #F8BAC0
Black with #F8BAC0
Text Example
Text Example
White with #F8BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAC0; }
p { color: rgb(248,186,192); }
H1.HeaderClassName
{
color: #F8BAC0;
}
.AnyTagClassName
{
color: #F8BAC0;
}
</style>
background-color css
<style>
a { background-color: #F8BAC0; }
a { background-color: rgb(248,186,192); }
div.DivClassName
{
background-color: #F8BAC0;
}
.BgClassName
{
background-color: #F8BAC0;
}
</style>
border-color css
<style>
span { border-color: #F8BAC0; }
span { border-color: rgb(248,186,192); }
td.TdClassName
{
border-color: #F8BAC0;
}
.TagClassName
{
border-color: #F8BAC0;
}
</style>