Shades of Azalea #FAB9BC
Tints of Azalea #FAB9BC
RGB
CMYK
RGB Variations
Color information
#FAB9BC (or 0xFAB9BC) is known color: Azalea. HEX triplet: FA, B9 and BC. RGB value is (250,185,188). Sum of RGB (Red+Green+Blue) = 250+185+188=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9BC is #054643. Grayscale: #CCCCCC. Windows color (decimal): -345668 or 12368378. OLE color: 12368378.
HSL color Cylindrical-coordinate representation of color #FAB9BC: hue angle of 357.23º degrees, saturation: 0.87, 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 #FAB9BC is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 188 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.02 |
| HSL | 357.23º | 0.87% | 0.85% | - |
| HSV(B) | 357.23º | 0.26% | 0.98% | - |
| XYZ | 65.85 | 58.65 | 55.43 | - |
| YUV | 204.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 188 | 0 | 0.26 | 0.25 | 0.02 | 357.23 | 0.87 | 0.85 |
| Hex | FA | B9 | BC | 0 | 1A | 19 | 2 | 165 | 57 | 55 |
| Octal | 372 | 271 | 274 | 0 | 32 | 31 | 2 | 545 | 127 | 125 |
| Binary | 11111010 | 10111001 | 10111100 | 0 | 11010 | 11001 | 10 | 101100101 | 1010111 | 1010101 |
Color Harmonies of #FAB9BC
Complementary color
Monochromatic Colors of #FAB9BC
Black with #FAB9BC
Text Example
Text Example
White with #FAB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9BC; }
p { color: rgb(250,185,188); }
H1.HeaderClassName
{
color: #FAB9BC;
}
.AnyTagClassName
{
color: #FAB9BC;
}
</style>
background-color css
<style>
a { background-color: #FAB9BC; }
a { background-color: rgb(250,185,188); }
div.DivClassName
{
background-color: #FAB9BC;
}
.BgClassName
{
background-color: #FAB9BC;
}
</style>
border-color css
<style>
span { border-color: #FAB9BC; }
span { border-color: rgb(250,185,188); }
td.TdClassName
{
border-color: #FAB9BC;
}
.TagClassName
{
border-color: #FAB9BC;
}
</style>