Shades of Azalea #FABBC0
Tints of Azalea #FABBC0
RGB
CMYK
RGB Variations
Color information
#FABBC0 (or 0xFABBC0) is known color: Azalea. HEX triplet: FA, BB and C0. RGB value is (250,187,192). Sum of RGB (Red+Green+Blue) = 250+187+192=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC0 is #05443F. Grayscale: #CECECE. Windows color (decimal): -345152 or 12631034. OLE color: 12631034.
HSL color Cylindrical-coordinate representation of color #FABBC0: hue angle of 355.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBC0 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 192 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.02 |
| HSL | 355.24º | 0.86% | 0.86% | - |
| HSV(B) | 355.24º | 0.25% | 0.98% | - |
| XYZ | 66.71 | 59.67 | 57.87 | - |
| YUV | 206.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 192 | 0 | 0.25 | 0.23 | 0.02 | 355.24 | 0.86 | 0.86 |
| Hex | FA | BB | C0 | 0 | 19 | 17 | 2 | 163 | 56 | 56 |
| Octal | 372 | 273 | 300 | 0 | 31 | 27 | 2 | 543 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11000000 | 0 | 11001 | 10111 | 10 | 101100011 | 1010110 | 1010110 |
Color Harmonies of #FABBC0
Complementary color
Monochromatic Colors of #FABBC0
Black with #FABBC0
Text Example
Text Example
White with #FABBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC0; }
p { color: rgb(250,187,192); }
H1.HeaderClassName
{
color: #FABBC0;
}
.AnyTagClassName
{
color: #FABBC0;
}
</style>
background-color css
<style>
a { background-color: #FABBC0; }
a { background-color: rgb(250,187,192); }
div.DivClassName
{
background-color: #FABBC0;
}
.BgClassName
{
background-color: #FABBC0;
}
</style>
border-color css
<style>
span { border-color: #FABBC0; }
span { border-color: rgb(250,187,192); }
td.TdClassName
{
border-color: #FABBC0;
}
.TagClassName
{
border-color: #FABBC0;
}
</style>