Shades of Azalea #FCBBBF
Tints of Azalea #FCBBBF
RGB
CMYK
RGB Variations
Color information
#FCBBBF (or 0xFCBBBF) is known color: Azalea. HEX triplet: FC, BB and BF. RGB value is (252,187,191). Sum of RGB (Red+Green+Blue) = 252+187+191=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBBF is #034440. Grayscale: #CECECE. Windows color (decimal): -214081 or 12565500. OLE color: 12565500.
HSL color Cylindrical-coordinate representation of color #FCBBBF: hue angle of 356.31º 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 #FCBBBF is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 191 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.01 |
| HSL | 356.31º | 0.92% | 0.86% | - |
| HSV(B) | 356.31º | 0.26% | 0.99% | - |
| XYZ | 67.32 | 60 | 57.32 | - |
| YUV | 206.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 191 | 0 | 0.26 | 0.24 | 0.01 | 356.31 | 0.92 | 0.86 |
| Hex | FC | BB | BF | 0 | 1A | 18 | 1 | 164 | 5C | 56 |
| Octal | 374 | 273 | 277 | 0 | 32 | 30 | 1 | 544 | 134 | 126 |
| Binary | 11111100 | 10111011 | 10111111 | 0 | 11010 | 11000 | 1 | 101100100 | 1011100 | 1010110 |
Color Harmonies of #FCBBBF
Complementary color
Monochromatic Colors of #FCBBBF
Black with #FCBBBF
Text Example
Text Example
White with #FCBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBBF; }
p { color: rgb(252,187,191); }
H1.HeaderClassName
{
color: #FCBBBF;
}
.AnyTagClassName
{
color: #FCBBBF;
}
</style>
background-color css
<style>
a { background-color: #FCBBBF; }
a { background-color: rgb(252,187,191); }
div.DivClassName
{
background-color: #FCBBBF;
}
.BgClassName
{
background-color: #FCBBBF;
}
</style>
border-color css
<style>
span { border-color: #FCBBBF; }
span { border-color: rgb(252,187,191); }
td.TdClassName
{
border-color: #FCBBBF;
}
.TagClassName
{
border-color: #FCBBBF;
}
</style>