Shades of Azalea #FABABD
Tints of Azalea #FABABD
RGB
CMYK
RGB Variations
Color information
#FABABD (or 0xFABABD) is known color: Azalea. HEX triplet: FA, BA and BD. RGB value is (250,186,189). Sum of RGB (Red+Green+Blue) = 250+186+189=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FABABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABABD is #054542. Grayscale: #CDCDCD. Windows color (decimal): -345411 or 12434170. OLE color: 12434170.
HSL color Cylindrical-coordinate representation of color #FABABD: hue angle of 357.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABABD is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 189 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.02 |
| HSL | 357.19º | 0.86% | 0.85% | - |
| HSV(B) | 357.19º | 0.26% | 0.98% | - |
| XYZ | 66.17 | 59.12 | 56.07 | - |
| YUV | 205.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 189 | 0 | 0.26 | 0.24 | 0.02 | 357.19 | 0.86 | 0.85 |
| Hex | FA | BA | BD | 0 | 1A | 18 | 2 | 165 | 56 | 55 |
| Octal | 372 | 272 | 275 | 0 | 32 | 30 | 2 | 545 | 126 | 125 |
| Binary | 11111010 | 10111010 | 10111101 | 0 | 11010 | 11000 | 10 | 101100101 | 1010110 | 1010101 |
Color Harmonies of #FABABD
Complementary color
Monochromatic Colors of #FABABD
Black with #FABABD
Text Example
Text Example
White with #FABABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABABD; }
p { color: rgb(250,186,189); }
H1.HeaderClassName
{
color: #FABABD;
}
.AnyTagClassName
{
color: #FABABD;
}
</style>
background-color css
<style>
a { background-color: #FABABD; }
a { background-color: rgb(250,186,189); }
div.DivClassName
{
background-color: #FABABD;
}
.BgClassName
{
background-color: #FABABD;
}
</style>
border-color css
<style>
span { border-color: #FABABD; }
span { border-color: rgb(250,186,189); }
td.TdClassName
{
border-color: #FABABD;
}
.TagClassName
{
border-color: #FABABD;
}
</style>