Shades of Azalea #FBBCC5
Tints of Azalea #FBBCC5
RGB
CMYK
RGB Variations
Color information
#FBBCC5 (or 0xFBBCC5) is known color: Azalea. HEX triplet: FB, BC and C5. RGB value is (251,188,197). Sum of RGB (Red+Green+Blue) = 251+188+197=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC5 is #04433A. Grayscale: #CFCFCF. Windows color (decimal): -279355 or 12958971. OLE color: 12958971.
HSL color Cylindrical-coordinate representation of color #FBBCC5: hue angle of 351.43º 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 #FBBCC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 197 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.02 |
| HSL | 351.43º | 0.89% | 0.86% | - |
| HSV(B) | 351.43º | 0.25% | 0.98% | - |
| XYZ | 67.84 | 60.51 | 60.93 | - |
| YUV | 207.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 197 | 0 | 0.25 | 0.22 | 0.02 | 351.43 | 0.89 | 0.86 |
| Hex | FB | BC | C5 | 0 | 19 | 16 | 2 | 15F | 59 | 56 |
| Octal | 373 | 274 | 305 | 0 | 31 | 26 | 2 | 537 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11000101 | 0 | 11001 | 10110 | 10 | 101011111 | 1011001 | 1010110 |
Color Harmonies of #FBBCC5
Complementary color
Monochromatic Colors of #FBBCC5
Black with #FBBCC5
Text Example
Text Example
White with #FBBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCC5; }
p { color: rgb(251,188,197); }
H1.HeaderClassName
{
color: #FBBCC5;
}
.AnyTagClassName
{
color: #FBBCC5;
}
</style>
background-color css
<style>
a { background-color: #FBBCC5; }
a { background-color: rgb(251,188,197); }
div.DivClassName
{
background-color: #FBBCC5;
}
.BgClassName
{
background-color: #FBBCC5;
}
</style>
border-color css
<style>
span { border-color: #FBBCC5; }
span { border-color: rgb(251,188,197); }
td.TdClassName
{
border-color: #FBBCC5;
}
.TagClassName
{
border-color: #FBBCC5;
}
</style>