Shades of Azalea #FBBBBD
Tints of Azalea #FBBBBD
RGB
CMYK
RGB Variations
Color information
#FBBBBD (or 0xFBBBBD) is known color: Azalea. HEX triplet: FB, BB and BD. RGB value is (251,187,189). Sum of RGB (Red+Green+Blue) = 251+187+189=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBBD is #044442. Grayscale: #CECECE. Windows color (decimal): -279619 or 12434427. OLE color: 12434427.
HSL color Cylindrical-coordinate representation of color #FBBBBD: hue angle of 358.12º degrees, saturation: 0.89, 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 #FBBBBD is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 189 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.02 |
| HSL | 358.13º | 0.89% | 0.86% | - |
| HSV(B) | 358.13º | 0.25% | 0.98% | - |
| XYZ | 66.74 | 59.72 | 56.15 | - |
| YUV | 206.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 189 | 0 | 0.25 | 0.25 | 0.02 | 358.13 | 0.89 | 0.86 |
| Hex | FB | BB | BD | 0 | 19 | 19 | 2 | 166 | 59 | 56 |
| Octal | 373 | 273 | 275 | 0 | 31 | 31 | 2 | 546 | 131 | 126 |
| Binary | 11111011 | 10111011 | 10111101 | 0 | 11001 | 11001 | 10 | 101100110 | 1011001 | 1010110 |
Color Harmonies of #FBBBBD
Complementary color
Monochromatic Colors of #FBBBBD
Black with #FBBBBD
Text Example
Text Example
White with #FBBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBBD; }
p { color: rgb(251,187,189); }
H1.HeaderClassName
{
color: #FBBBBD;
}
.AnyTagClassName
{
color: #FBBBBD;
}
</style>
background-color css
<style>
a { background-color: #FBBBBD; }
a { background-color: rgb(251,187,189); }
div.DivClassName
{
background-color: #FBBBBD;
}
.BgClassName
{
background-color: #FBBBBD;
}
</style>
border-color css
<style>
span { border-color: #FBBBBD; }
span { border-color: rgb(251,187,189); }
td.TdClassName
{
border-color: #FBBBBD;
}
.TagClassName
{
border-color: #FBBBBD;
}
</style>