Shades of Azalea #FABFC4
Tints of Azalea #FABFC4
RGB
CMYK
RGB Variations
Color information
#FABFC4 (or 0xFABFC4) is known color: Azalea. HEX triplet: FA, BF and C4. RGB value is (250,191,196). Sum of RGB (Red+Green+Blue) = 250+191+196=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC4 is #05403B. Grayscale: #D1D1D1. Windows color (decimal): -344124 or 12894202. OLE color: 12894202.
HSL color Cylindrical-coordinate representation of color #FABFC4: hue angle of 354.92º 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 #FABFC4 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 196 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.02 |
| HSL | 354.92º | 0.86% | 0.86% | - |
| HSV(B) | 354.92º | 0.24% | 0.98% | - |
| XYZ | 68.02 | 61.57 | 60.52 | - |
| YUV | 209.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 196 | 0 | 0.24 | 0.22 | 0.02 | 354.92 | 0.86 | 0.86 |
| Hex | FA | BF | C4 | 0 | 18 | 16 | 2 | 163 | 56 | 56 |
| Octal | 372 | 277 | 304 | 0 | 30 | 26 | 2 | 543 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11000100 | 0 | 11000 | 10110 | 10 | 101100011 | 1010110 | 1010110 |
Color Harmonies of #FABFC4
Complementary color
Monochromatic Colors of #FABFC4
Black with #FABFC4
Text Example
Text Example
White with #FABFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFC4; }
p { color: rgb(250,191,196); }
H1.HeaderClassName
{
color: #FABFC4;
}
.AnyTagClassName
{
color: #FABFC4;
}
</style>
background-color css
<style>
a { background-color: #FABFC4; }
a { background-color: rgb(250,191,196); }
div.DivClassName
{
background-color: #FABFC4;
}
.BgClassName
{
background-color: #FABFC4;
}
</style>
border-color css
<style>
span { border-color: #FABFC4; }
span { border-color: rgb(250,191,196); }
td.TdClassName
{
border-color: #FABFC4;
}
.TagClassName
{
border-color: #FABFC4;
}
</style>