Shades of Azalea #FABFC1
Tints of Azalea #FABFC1
RGB
CMYK
RGB Variations
Color information
#FABFC1 (or 0xFABFC1) is known color: Azalea. HEX triplet: FA, BF and C1. RGB value is (250,191,193). Sum of RGB (Red+Green+Blue) = 250+191+193=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC1 is #05403E. Grayscale: #D0D0D0. Windows color (decimal): -344127 or 12697594. OLE color: 12697594.
HSL color Cylindrical-coordinate representation of color #FABFC1: hue angle of 357.97º 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 #FABFC1 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 193 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.02 |
| HSL | 357.97º | 0.86% | 0.86% | - |
| HSV(B) | 357.97º | 0.24% | 0.98% | - |
| XYZ | 67.68 | 61.44 | 58.74 | - |
| YUV | 208.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 193 | 0 | 0.24 | 0.23 | 0.02 | 357.97 | 0.86 | 0.86 |
| Hex | FA | BF | C1 | 0 | 18 | 17 | 2 | 166 | 56 | 56 |
| Octal | 372 | 277 | 301 | 0 | 30 | 27 | 2 | 546 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11000001 | 0 | 11000 | 10111 | 10 | 101100110 | 1010110 | 1010110 |
Color Harmonies of #FABFC1
Complementary color
Monochromatic Colors of #FABFC1
Black with #FABFC1
Text Example
Text Example
White with #FABFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFC1; }
p { color: rgb(250,191,193); }
H1.HeaderClassName
{
color: #FABFC1;
}
.AnyTagClassName
{
color: #FABFC1;
}
</style>
background-color css
<style>
a { background-color: #FABFC1; }
a { background-color: rgb(250,191,193); }
div.DivClassName
{
background-color: #FABFC1;
}
.BgClassName
{
background-color: #FABFC1;
}
</style>
border-color css
<style>
span { border-color: #FABFC1; }
span { border-color: rgb(250,191,193); }
td.TdClassName
{
border-color: #FABFC1;
}
.TagClassName
{
border-color: #FABFC1;
}
</style>