Shades of Azalea #FABBC2
Tints of Azalea #FABBC2
RGB
CMYK
RGB Variations
Color information
#FABBC2 (or 0xFABBC2) is known color: Azalea. HEX triplet: FA, BB and C2. RGB value is (250,187,194). Sum of RGB (Red+Green+Blue) = 250+187+194=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC2 is #05443D. Grayscale: #CECECE. Windows color (decimal): -345150 or 12762106. OLE color: 12762106.
HSL color Cylindrical-coordinate representation of color #FABBC2: hue angle of 353.33º 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 #FABBC2 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 194 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.02 |
| HSL | 353.33º | 0.86% | 0.86% | - |
| HSV(B) | 353.33º | 0.25% | 0.98% | - |
| XYZ | 66.93 | 59.76 | 59.05 | - |
| YUV | 206.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 194 | 0 | 0.25 | 0.22 | 0.02 | 353.33 | 0.86 | 0.86 |
| Hex | FA | BB | C2 | 0 | 19 | 16 | 2 | 161 | 56 | 56 |
| Octal | 372 | 273 | 302 | 0 | 31 | 26 | 2 | 541 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11000010 | 0 | 11001 | 10110 | 10 | 101100001 | 1010110 | 1010110 |
Color Harmonies of #FABBC2
Complementary color
Monochromatic Colors of #FABBC2
Black with #FABBC2
Text Example
Text Example
White with #FABBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC2; }
p { color: rgb(250,187,194); }
H1.HeaderClassName
{
color: #FABBC2;
}
.AnyTagClassName
{
color: #FABBC2;
}
</style>
background-color css
<style>
a { background-color: #FABBC2; }
a { background-color: rgb(250,187,194); }
div.DivClassName
{
background-color: #FABBC2;
}
.BgClassName
{
background-color: #FABBC2;
}
</style>
border-color css
<style>
span { border-color: #FABBC2; }
span { border-color: rgb(250,187,194); }
td.TdClassName
{
border-color: #FABBC2;
}
.TagClassName
{
border-color: #FABBC2;
}
</style>