Shades of Azalea #FCBBC0
Tints of Azalea #FCBBC0
RGB
CMYK
RGB Variations
Color information
#FCBBC0 (or 0xFCBBC0) is known color: Azalea. HEX triplet: FC, BB and C0. RGB value is (252,187,192). Sum of RGB (Red+Green+Blue) = 252+187+192=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC0 is #03443F. Grayscale: #CFCFCF. Windows color (decimal): -214080 or 12631036. OLE color: 12631036.
HSL color Cylindrical-coordinate representation of color #FCBBC0: hue angle of 355.38º 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 #FCBBC0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 192 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.01 |
| HSL | 355.38º | 0.92% | 0.86% | - |
| HSV(B) | 355.38º | 0.26% | 0.99% | - |
| XYZ | 67.43 | 60.04 | 57.9 | - |
| YUV | 207.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 192 | 0 | 0.26 | 0.24 | 0.01 | 355.38 | 0.92 | 0.86 |
| Hex | FC | BB | C0 | 0 | 1A | 18 | 1 | 163 | 5C | 56 |
| Octal | 374 | 273 | 300 | 0 | 32 | 30 | 1 | 543 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11000000 | 0 | 11010 | 11000 | 1 | 101100011 | 1011100 | 1010110 |
Color Harmonies of #FCBBC0
Complementary color
Monochromatic Colors of #FCBBC0
Black with #FCBBC0
Text Example
Text Example
White with #FCBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC0; }
p { color: rgb(252,187,192); }
H1.HeaderClassName
{
color: #FCBBC0;
}
.AnyTagClassName
{
color: #FCBBC0;
}
</style>
background-color css
<style>
a { background-color: #FCBBC0; }
a { background-color: rgb(252,187,192); }
div.DivClassName
{
background-color: #FCBBC0;
}
.BgClassName
{
background-color: #FCBBC0;
}
</style>
border-color css
<style>
span { border-color: #FCBBC0; }
span { border-color: rgb(252,187,192); }
td.TdClassName
{
border-color: #FCBBC0;
}
.TagClassName
{
border-color: #FCBBC0;
}
</style>