Shades of Azalea #FABFC5
Tints of Azalea #FABFC5
RGB
CMYK
RGB Variations
Color information
#FABFC5 (or 0xFABFC5) is known color: Azalea. HEX triplet: FA, BF and C5. RGB value is (250,191,197). Sum of RGB (Red+Green+Blue) = 250+191+197=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC5 is #05403A. Grayscale: #D1D1D1. Windows color (decimal): -344123 or 12959738. OLE color: 12959738.
HSL color Cylindrical-coordinate representation of color #FABFC5: hue angle of 353.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFC5 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 197 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.02 |
| HSL | 353.9º | 0.86% | 0.86% | - |
| HSV(B) | 353.9º | 0.24% | 0.98% | - |
| XYZ | 68.13 | 61.62 | 61.13 | - |
| YUV | 209.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 197 | 0 | 0.24 | 0.21 | 0.02 | 353.9 | 0.86 | 0.86 |
| Hex | FA | BF | C5 | 0 | 18 | 15 | 2 | 162 | 56 | 56 |
| Octal | 372 | 277 | 305 | 0 | 30 | 25 | 2 | 542 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11000101 | 0 | 11000 | 10101 | 10 | 101100010 | 1010110 | 1010110 |
Color Harmonies of #FABFC5
Complementary color
Monochromatic Colors of #FABFC5
Black with #FABFC5
Text Example
Text Example
White with #FABFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFC5; }
p { color: rgb(250,191,197); }
H1.HeaderClassName
{
color: #FABFC5;
}
.AnyTagClassName
{
color: #FABFC5;
}
</style>
background-color css
<style>
a { background-color: #FABFC5; }
a { background-color: rgb(250,191,197); }
div.DivClassName
{
background-color: #FABFC5;
}
.BgClassName
{
background-color: #FABFC5;
}
</style>
border-color css
<style>
span { border-color: #FABFC5; }
span { border-color: rgb(250,191,197); }
td.TdClassName
{
border-color: #FABFC5;
}
.TagClassName
{
border-color: #FABFC5;
}
</style>