Shades of Azalea #FCBBBD
Tints of Azalea #FCBBBD
RGB
CMYK
RGB Variations
Color information
#FCBBBD (or 0xFCBBBD) is known color: Azalea. HEX triplet: FC, BB and BD. RGB value is (252,187,189). Sum of RGB (Red+Green+Blue) = 252+187+189=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBBD is #034442. Grayscale: #CECECE. Windows color (decimal): -214083 or 12434428. OLE color: 12434428.
HSL color Cylindrical-coordinate representation of color #FCBBBD: hue angle of 358.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBBD is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 189 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 358.15º | 0.92% | 0.86% | - |
| HSV(B) | 358.15º | 0.26% | 0.99% | - |
| XYZ | 67.1 | 59.91 | 56.17 | - |
| YUV | 206.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 189 | 0 | 0.26 | 0.25 | 0.01 | 358.15 | 0.92 | 0.86 |
| Hex | FC | BB | BD | 0 | 1A | 19 | 1 | 166 | 5C | 56 |
| Octal | 374 | 273 | 275 | 0 | 32 | 31 | 1 | 546 | 134 | 126 |
| Binary | 11111100 | 10111011 | 10111101 | 0 | 11010 | 11001 | 1 | 101100110 | 1011100 | 1010110 |
Color Harmonies of #FCBBBD
Complementary color
Monochromatic Colors of #FCBBBD
Black with #FCBBBD
Text Example
Text Example
White with #FCBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBBD; }
p { color: rgb(252,187,189); }
H1.HeaderClassName
{
color: #FCBBBD;
}
.AnyTagClassName
{
color: #FCBBBD;
}
</style>
background-color css
<style>
a { background-color: #FCBBBD; }
a { background-color: rgb(252,187,189); }
div.DivClassName
{
background-color: #FCBBBD;
}
.BgClassName
{
background-color: #FCBBBD;
}
</style>
border-color css
<style>
span { border-color: #FCBBBD; }
span { border-color: rgb(252,187,189); }
td.TdClassName
{
border-color: #FCBBBD;
}
.TagClassName
{
border-color: #FCBBBD;
}
</style>