Shades of Azalea #FABFC6
Tints of Azalea #FABFC6
RGB
CMYK
RGB Variations
Color information
#FABFC6 (or 0xFABFC6) is known color: Azalea. HEX triplet: FA, BF and C6. RGB value is (250,191,198). Sum of RGB (Red+Green+Blue) = 250+191+198=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC6 is #054039. Grayscale: #D1D1D1. Windows color (decimal): -344122 or 13025274. OLE color: 13025274.
HSL color Cylindrical-coordinate representation of color #FABFC6: hue angle of 352.88º 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 #FABFC6 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 198 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.02 |
| HSL | 352.88º | 0.86% | 0.86% | - |
| HSV(B) | 352.88º | 0.24% | 0.98% | - |
| XYZ | 68.25 | 61.66 | 61.73 | - |
| YUV | 209.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 198 | 0 | 0.24 | 0.21 | 0.02 | 352.88 | 0.86 | 0.86 |
| Hex | FA | BF | C6 | 0 | 18 | 15 | 2 | 161 | 56 | 56 |
| Octal | 372 | 277 | 306 | 0 | 30 | 25 | 2 | 541 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11000110 | 0 | 11000 | 10101 | 10 | 101100001 | 1010110 | 1010110 |
Color Harmonies of #FABFC6
Complementary color
Monochromatic Colors of #FABFC6
Black with #FABFC6
Text Example
Text Example
White with #FABFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFC6; }
p { color: rgb(250,191,198); }
H1.HeaderClassName
{
color: #FABFC6;
}
.AnyTagClassName
{
color: #FABFC6;
}
</style>
background-color css
<style>
a { background-color: #FABFC6; }
a { background-color: rgb(250,191,198); }
div.DivClassName
{
background-color: #FABFC6;
}
.BgClassName
{
background-color: #FABFC6;
}
</style>
border-color css
<style>
span { border-color: #FABFC6; }
span { border-color: rgb(250,191,198); }
td.TdClassName
{
border-color: #FABFC6;
}
.TagClassName
{
border-color: #FABFC6;
}
</style>