Shades of Azalea #FABDC6
Tints of Azalea #FABDC6
RGB
CMYK
RGB Variations
Color information
#FABDC6 (or 0xFABDC6) is known color: Azalea. HEX triplet: FA, BD and C6. RGB value is (250,189,198). Sum of RGB (Red+Green+Blue) = 250+189+198=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC6 is #054239. Grayscale: #D0D0D0. Windows color (decimal): -344634 or 13024762. OLE color: 13024762.
HSL color Cylindrical-coordinate representation of color #FABDC6: hue angle of 351.15º 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 #FABDC6 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 198 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.02 |
| HSL | 351.15º | 0.86% | 0.86% | - |
| HSV(B) | 351.15º | 0.24% | 0.98% | - |
| XYZ | 67.81 | 60.8 | 61.59 | - |
| YUV | 208.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 198 | 0 | 0.24 | 0.21 | 0.02 | 351.15 | 0.86 | 0.86 |
| Hex | FA | BD | C6 | 0 | 18 | 15 | 2 | 15F | 56 | 56 |
| Octal | 372 | 275 | 306 | 0 | 30 | 25 | 2 | 537 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11000110 | 0 | 11000 | 10101 | 10 | 101011111 | 1010110 | 1010110 |
Color Harmonies of #FABDC6
Complementary color
Monochromatic Colors of #FABDC6
Black with #FABDC6
Text Example
Text Example
White with #FABDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDC6; }
p { color: rgb(250,189,198); }
H1.HeaderClassName
{
color: #FABDC6;
}
.AnyTagClassName
{
color: #FABDC6;
}
</style>
background-color css
<style>
a { background-color: #FABDC6; }
a { background-color: rgb(250,189,198); }
div.DivClassName
{
background-color: #FABDC6;
}
.BgClassName
{
background-color: #FABDC6;
}
</style>
border-color css
<style>
span { border-color: #FABDC6; }
span { border-color: rgb(250,189,198); }
td.TdClassName
{
border-color: #FABDC6;
}
.TagClassName
{
border-color: #FABDC6;
}
</style>