Shades of Azalea #FCBBBE
Tints of Azalea #FCBBBE
RGB
CMYK
RGB Variations
Color information
#FCBBBE (or 0xFCBBBE) is known color: Azalea. HEX triplet: FC, BB and BE. RGB value is (252,187,190). Sum of RGB (Red+Green+Blue) = 252+187+190=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBBE is #034441. Grayscale: #CECECE. Windows color (decimal): -214082 or 12499964. OLE color: 12499964.
HSL color Cylindrical-coordinate representation of color #FCBBBE: hue angle of 357.23º 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 #FCBBBE is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 190 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 357.23º | 0.92% | 0.86% | - |
| HSV(B) | 357.23º | 0.26% | 0.99% | - |
| XYZ | 67.21 | 59.95 | 56.75 | - |
| YUV | 206.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 190 | 0 | 0.26 | 0.25 | 0.01 | 357.23 | 0.92 | 0.86 |
| Hex | FC | BB | BE | 0 | 1A | 19 | 1 | 165 | 5C | 56 |
| Octal | 374 | 273 | 276 | 0 | 32 | 31 | 1 | 545 | 134 | 126 |
| Binary | 11111100 | 10111011 | 10111110 | 0 | 11010 | 11001 | 1 | 101100101 | 1011100 | 1010110 |
Color Harmonies of #FCBBBE
Complementary color
Monochromatic Colors of #FCBBBE
Black with #FCBBBE
Text Example
Text Example
White with #FCBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBBE; }
p { color: rgb(252,187,190); }
H1.HeaderClassName
{
color: #FCBBBE;
}
.AnyTagClassName
{
color: #FCBBBE;
}
</style>
background-color css
<style>
a { background-color: #FCBBBE; }
a { background-color: rgb(252,187,190); }
div.DivClassName
{
background-color: #FCBBBE;
}
.BgClassName
{
background-color: #FCBBBE;
}
</style>
border-color css
<style>
span { border-color: #FCBBBE; }
span { border-color: rgb(252,187,190); }
td.TdClassName
{
border-color: #FCBBBE;
}
.TagClassName
{
border-color: #FCBBBE;
}
</style>