Shades of Azalea #F8BABF
Tints of Azalea #F8BABF
RGB
CMYK
RGB Variations
Color information
#F8BABF (or 0xF8BABF) is known color: Azalea. HEX triplet: F8, BA and BF. RGB value is (248,186,191). Sum of RGB (Red+Green+Blue) = 248+186+191=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BABF is #074540. Grayscale: #CDCDCD. Windows color (decimal): -476481 or 12565240. OLE color: 12565240.
HSL color Cylindrical-coordinate representation of color #F8BABF: hue angle of 355.16º 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 #F8BABF is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 191 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.03 |
| HSL | 355.16º | 0.82% | 0.85% | - |
| HSV(B) | 355.16º | 0.25% | 0.97% | - |
| XYZ | 65.67 | 58.84 | 57.19 | - |
| YUV | 205.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 191 | 0 | 0.25 | 0.23 | 0.03 | 355.16 | 0.82 | 0.85 |
| Hex | F8 | BA | BF | 0 | 19 | 17 | 3 | 163 | 52 | 55 |
| Octal | 370 | 272 | 277 | 0 | 31 | 27 | 3 | 543 | 122 | 125 |
| Binary | 11111000 | 10111010 | 10111111 | 0 | 11001 | 10111 | 11 | 101100011 | 1010010 | 1010101 |
Color Harmonies of #F8BABF
Complementary color
Monochromatic Colors of #F8BABF
Black with #F8BABF
Text Example
Text Example
White with #F8BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BABF; }
p { color: rgb(248,186,191); }
H1.HeaderClassName
{
color: #F8BABF;
}
.AnyTagClassName
{
color: #F8BABF;
}
</style>
background-color css
<style>
a { background-color: #F8BABF; }
a { background-color: rgb(248,186,191); }
div.DivClassName
{
background-color: #F8BABF;
}
.BgClassName
{
background-color: #F8BABF;
}
</style>
border-color css
<style>
span { border-color: #F8BABF; }
span { border-color: rgb(248,186,191); }
td.TdClassName
{
border-color: #F8BABF;
}
.TagClassName
{
border-color: #F8BABF;
}
</style>