Shades of Azalea #F8BAC1
Tints of Azalea #F8BAC1
RGB
CMYK
RGB Variations
Color information
#F8BAC1 (or 0xF8BAC1) is known color: Azalea. HEX triplet: F8, BA and C1. RGB value is (248,186,193). Sum of RGB (Red+Green+Blue) = 248+186+193=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAC1 is #07453E. Grayscale: #CDCDCD. Windows color (decimal): -476479 or 12696312. OLE color: 12696312.
HSL color Cylindrical-coordinate representation of color #F8BAC1: hue angle of 353.23º 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 #F8BAC1 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 193 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.03 |
| HSL | 353.23º | 0.82% | 0.85% | - |
| HSV(B) | 353.23º | 0.25% | 0.97% | - |
| XYZ | 65.9 | 58.92 | 58.35 | - |
| YUV | 205.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 193 | 0 | 0.25 | 0.22 | 0.03 | 353.23 | 0.82 | 0.85 |
| Hex | F8 | BA | C1 | 0 | 19 | 16 | 3 | 161 | 52 | 55 |
| Octal | 370 | 272 | 301 | 0 | 31 | 26 | 3 | 541 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11000001 | 0 | 11001 | 10110 | 11 | 101100001 | 1010010 | 1010101 |
Color Harmonies of #F8BAC1
Complementary color
Monochromatic Colors of #F8BAC1
Black with #F8BAC1
Text Example
Text Example
White with #F8BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAC1; }
p { color: rgb(248,186,193); }
H1.HeaderClassName
{
color: #F8BAC1;
}
.AnyTagClassName
{
color: #F8BAC1;
}
</style>
background-color css
<style>
a { background-color: #F8BAC1; }
a { background-color: rgb(248,186,193); }
div.DivClassName
{
background-color: #F8BAC1;
}
.BgClassName
{
background-color: #F8BAC1;
}
</style>
border-color css
<style>
span { border-color: #F8BAC1; }
span { border-color: rgb(248,186,193); }
td.TdClassName
{
border-color: #F8BAC1;
}
.TagClassName
{
border-color: #F8BAC1;
}
</style>