Shades of Azalea #FABBBC
Tints of Azalea #FABBBC
RGB
CMYK
RGB Variations
Color information
#FABBBC (or 0xFABBBC) is known color: Azalea. HEX triplet: FA, BB and BC. RGB value is (250,187,188). Sum of RGB (Red+Green+Blue) = 250+187+188=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBBC is #054443. Grayscale: #CECECE. Windows color (decimal): -345156 or 12368890. OLE color: 12368890.
HSL color Cylindrical-coordinate representation of color #FABBBC: hue angle of 359.05º 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 #FABBBC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 188 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.02 |
| HSL | 359.05º | 0.86% | 0.86% | - |
| HSV(B) | 359.05º | 0.25% | 0.98% | - |
| XYZ | 66.27 | 59.5 | 55.57 | - |
| YUV | 205.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 188 | 0 | 0.25 | 0.25 | 0.02 | 359.05 | 0.86 | 0.86 |
| Hex | FA | BB | BC | 0 | 19 | 19 | 2 | 167 | 56 | 56 |
| Octal | 372 | 273 | 274 | 0 | 31 | 31 | 2 | 547 | 126 | 126 |
| Binary | 11111010 | 10111011 | 10111100 | 0 | 11001 | 11001 | 10 | 101100111 | 1010110 | 1010110 |
Color Harmonies of #FABBBC
Complementary color
Monochromatic Colors of #FABBBC
Black with #FABBBC
Text Example
Text Example
White with #FABBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBBC; }
p { color: rgb(250,187,188); }
H1.HeaderClassName
{
color: #FABBBC;
}
.AnyTagClassName
{
color: #FABBBC;
}
</style>
background-color css
<style>
a { background-color: #FABBBC; }
a { background-color: rgb(250,187,188); }
div.DivClassName
{
background-color: #FABBBC;
}
.BgClassName
{
background-color: #FABBBC;
}
</style>
border-color css
<style>
span { border-color: #FABBBC; }
span { border-color: rgb(250,187,188); }
td.TdClassName
{
border-color: #FABBBC;
}
.TagClassName
{
border-color: #FABBBC;
}
</style>