Shades of Azalea #FABBC3
Tints of Azalea #FABBC3
RGB
CMYK
RGB Variations
Color information
#FABBC3 (or 0xFABBC3) is known color: Azalea. HEX triplet: FA, BB and C3. RGB value is (250,187,195). Sum of RGB (Red+Green+Blue) = 250+187+195=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBC3 is #05443C. Grayscale: #CECECE. Windows color (decimal): -345149 or 12827642. OLE color: 12827642.
HSL color Cylindrical-coordinate representation of color #FABBC3: hue angle of 352.38º 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 #FABBC3 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 195 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.02 |
| HSL | 352.38º | 0.86% | 0.86% | - |
| HSV(B) | 352.38º | 0.25% | 0.98% | - |
| XYZ | 67.05 | 59.8 | 59.64 | - |
| YUV | 206.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 195 | 0 | 0.25 | 0.22 | 0.02 | 352.38 | 0.86 | 0.86 |
| Hex | FA | BB | C3 | 0 | 19 | 16 | 2 | 160 | 56 | 56 |
| Octal | 372 | 273 | 303 | 0 | 31 | 26 | 2 | 540 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11000011 | 0 | 11001 | 10110 | 10 | 101100000 | 1010110 | 1010110 |
Color Harmonies of #FABBC3
Complementary color
Monochromatic Colors of #FABBC3
Black with #FABBC3
Text Example
Text Example
White with #FABBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBC3; }
p { color: rgb(250,187,195); }
H1.HeaderClassName
{
color: #FABBC3;
}
.AnyTagClassName
{
color: #FABBC3;
}
</style>
background-color css
<style>
a { background-color: #FABBC3; }
a { background-color: rgb(250,187,195); }
div.DivClassName
{
background-color: #FABBC3;
}
.BgClassName
{
background-color: #FABBC3;
}
</style>
border-color css
<style>
span { border-color: #FABBC3; }
span { border-color: rgb(250,187,195); }
td.TdClassName
{
border-color: #FABBC3;
}
.TagClassName
{
border-color: #FABBC3;
}
</style>