Shades of Azalea #FABCC5
Tints of Azalea #FABCC5
RGB
CMYK
RGB Variations
Color information
#FABCC5 (or 0xFABCC5) is known color: Azalea. HEX triplet: FA, BC and C5. RGB value is (250,188,197). Sum of RGB (Red+Green+Blue) = 250+188+197=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC5 is #05433A. Grayscale: #CFCFCF. Windows color (decimal): -344891 or 12958970. OLE color: 12958970.
HSL color Cylindrical-coordinate representation of color #FABCC5: hue angle of 351.29º 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 #FABCC5 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 197 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.02 |
| HSL | 351.29º | 0.86% | 0.86% | - |
| HSV(B) | 351.29º | 0.25% | 0.98% | - |
| XYZ | 67.49 | 60.32 | 60.91 | - |
| YUV | 207.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 197 | 0 | 0.25 | 0.21 | 0.02 | 351.29 | 0.86 | 0.86 |
| Hex | FA | BC | C5 | 0 | 19 | 15 | 2 | 15F | 56 | 56 |
| Octal | 372 | 274 | 305 | 0 | 31 | 25 | 2 | 537 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11000101 | 0 | 11001 | 10101 | 10 | 101011111 | 1010110 | 1010110 |
Color Harmonies of #FABCC5
Complementary color
Monochromatic Colors of #FABCC5
Black with #FABCC5
Text Example
Text Example
White with #FABCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCC5; }
p { color: rgb(250,188,197); }
H1.HeaderClassName
{
color: #FABCC5;
}
.AnyTagClassName
{
color: #FABCC5;
}
</style>
background-color css
<style>
a { background-color: #FABCC5; }
a { background-color: rgb(250,188,197); }
div.DivClassName
{
background-color: #FABCC5;
}
.BgClassName
{
background-color: #FABCC5;
}
</style>
border-color css
<style>
span { border-color: #FABCC5; }
span { border-color: rgb(250,188,197); }
td.TdClassName
{
border-color: #FABCC5;
}
.TagClassName
{
border-color: #FABCC5;
}
</style>