Shades of Azalea #FABBC1
Tints of Azalea #FABBC1
RGB
CMYK
RGB Variations
Color information
#FABBC1 (or 0xFABBC1) is known color: Azalea. HEX triplet: FA, BB and C1. RGB value is (250,187,193). Sum of RGB (Red+Green+Blue) = 250+187+193=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC1 is #05443E. Grayscale: #CECECE. Windows color (decimal): -345151 or 12696570. OLE color: 12696570.
HSL color Cylindrical-coordinate representation of color #FABBC1: hue angle of 354.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBC1 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 193 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.02 |
| HSL | 354.29º | 0.86% | 0.86% | - |
| HSV(B) | 354.29º | 0.25% | 0.98% | - |
| XYZ | 66.82 | 59.71 | 58.46 | - |
| YUV | 206.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 193 | 0 | 0.25 | 0.23 | 0.02 | 354.29 | 0.86 | 0.86 |
| Hex | FA | BB | C1 | 0 | 19 | 17 | 2 | 162 | 56 | 56 |
| Octal | 372 | 273 | 301 | 0 | 31 | 27 | 2 | 542 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11000001 | 0 | 11001 | 10111 | 10 | 101100010 | 1010110 | 1010110 |
Color Harmonies of #FABBC1
Complementary color
Monochromatic Colors of #FABBC1
Black with #FABBC1
Text Example
Text Example
White with #FABBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC1; }
p { color: rgb(250,187,193); }
H1.HeaderClassName
{
color: #FABBC1;
}
.AnyTagClassName
{
color: #FABBC1;
}
</style>
background-color css
<style>
a { background-color: #FABBC1; }
a { background-color: rgb(250,187,193); }
div.DivClassName
{
background-color: #FABBC1;
}
.BgClassName
{
background-color: #FABBC1;
}
</style>
border-color css
<style>
span { border-color: #FABBC1; }
span { border-color: rgb(250,187,193); }
td.TdClassName
{
border-color: #FABBC1;
}
.TagClassName
{
border-color: #FABBC1;
}
</style>