Shades of Azalea #F8BABC
Tints of Azalea #F8BABC
RGB
CMYK
RGB Variations
Color information
#F8BABC (or 0xF8BABC) is known color: Azalea. HEX triplet: F8, BA and BC. RGB value is (248,186,188). Sum of RGB (Red+Green+Blue) = 248+186+188=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BABC is #074543. Grayscale: #CCCCCC. Windows color (decimal): -476484 or 12368632. OLE color: 12368632.
HSL color Cylindrical-coordinate representation of color #F8BABC: hue angle of 358.06º 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 #F8BABC is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 188 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.03 |
| HSL | 358.06º | 0.82% | 0.85% | - |
| HSV(B) | 358.06º | 0.25% | 0.97% | - |
| XYZ | 65.35 | 58.71 | 55.46 | - |
| YUV | 204.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 188 | 0 | 0.25 | 0.24 | 0.03 | 358.06 | 0.82 | 0.85 |
| Hex | F8 | BA | BC | 0 | 19 | 18 | 3 | 166 | 52 | 55 |
| Octal | 370 | 272 | 274 | 0 | 31 | 30 | 3 | 546 | 122 | 125 |
| Binary | 11111000 | 10111010 | 10111100 | 0 | 11001 | 11000 | 11 | 101100110 | 1010010 | 1010101 |
Color Harmonies of #F8BABC
Complementary color
Monochromatic Colors of #F8BABC
Black with #F8BABC
Text Example
Text Example
White with #F8BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BABC; }
p { color: rgb(248,186,188); }
H1.HeaderClassName
{
color: #F8BABC;
}
.AnyTagClassName
{
color: #F8BABC;
}
</style>
background-color css
<style>
a { background-color: #F8BABC; }
a { background-color: rgb(248,186,188); }
div.DivClassName
{
background-color: #F8BABC;
}
.BgClassName
{
background-color: #F8BABC;
}
</style>
border-color css
<style>
span { border-color: #F8BABC; }
span { border-color: rgb(248,186,188); }
td.TdClassName
{
border-color: #F8BABC;
}
.TagClassName
{
border-color: #F8BABC;
}
</style>