Shades of Azalea #FABFC0
Tints of Azalea #FABFC0
RGB
CMYK
RGB Variations
Color information
#FABFC0 (or 0xFABFC0) is known color: Azalea. HEX triplet: FA, BF and C0. RGB value is (250,191,192). Sum of RGB (Red+Green+Blue) = 250+191+192=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC0 is #05403F. Grayscale: #D0D0D0. Windows color (decimal): -344128 or 12632058. OLE color: 12632058.
HSL color Cylindrical-coordinate representation of color #FABFC0: hue angle of 358.98º 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 #FABFC0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 192 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.02 |
| HSL | 358.98º | 0.86% | 0.86% | - |
| HSV(B) | 358.98º | 0.24% | 0.98% | - |
| XYZ | 67.57 | 61.39 | 58.16 | - |
| YUV | 208.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 192 | 0 | 0.24 | 0.23 | 0.02 | 358.98 | 0.86 | 0.86 |
| Hex | FA | BF | C0 | 0 | 18 | 17 | 2 | 167 | 56 | 56 |
| Octal | 372 | 277 | 300 | 0 | 30 | 27 | 2 | 547 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11000000 | 0 | 11000 | 10111 | 10 | 101100111 | 1010110 | 1010110 |
Color Harmonies of #FABFC0
Complementary color
Monochromatic Colors of #FABFC0
Black with #FABFC0
Text Example
Text Example
White with #FABFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFC0; }
p { color: rgb(250,191,192); }
H1.HeaderClassName
{
color: #FABFC0;
}
.AnyTagClassName
{
color: #FABFC0;
}
</style>
background-color css
<style>
a { background-color: #FABFC0; }
a { background-color: rgb(250,191,192); }
div.DivClassName
{
background-color: #FABFC0;
}
.BgClassName
{
background-color: #FABFC0;
}
</style>
border-color css
<style>
span { border-color: #FABFC0; }
span { border-color: rgb(250,191,192); }
td.TdClassName
{
border-color: #FABFC0;
}
.TagClassName
{
border-color: #FABFC0;
}
</style>