Shades of Azalea #FCBBC1
Tints of Azalea #FCBBC1
RGB
CMYK
RGB Variations
Color information
#FCBBC1 (or 0xFCBBC1) is known color: Azalea. HEX triplet: FC, BB and C1. RGB value is (252,187,193). Sum of RGB (Red+Green+Blue) = 252+187+193=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC1 is #03443E. Grayscale: #CFCFCF. Windows color (decimal): -214079 or 12696572. OLE color: 12696572.
HSL color Cylindrical-coordinate representation of color #FCBBC1: hue angle of 354.46º 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 #FCBBC1 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 193 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.01 |
| HSL | 354.46º | 0.92% | 0.86% | - |
| HSV(B) | 354.46º | 0.26% | 0.99% | - |
| XYZ | 67.54 | 60.09 | 58.49 | - |
| YUV | 207.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 193 | 0 | 0.26 | 0.23 | 0.01 | 354.46 | 0.92 | 0.86 |
| Hex | FC | BB | C1 | 0 | 1A | 17 | 1 | 162 | 5C | 56 |
| Octal | 374 | 273 | 301 | 0 | 32 | 27 | 1 | 542 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11000001 | 0 | 11010 | 10111 | 1 | 101100010 | 1011100 | 1010110 |
Color Harmonies of #FCBBC1
Complementary color
Monochromatic Colors of #FCBBC1
Black with #FCBBC1
Text Example
Text Example
White with #FCBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC1; }
p { color: rgb(252,187,193); }
H1.HeaderClassName
{
color: #FCBBC1;
}
.AnyTagClassName
{
color: #FCBBC1;
}
</style>
background-color css
<style>
a { background-color: #FCBBC1; }
a { background-color: rgb(252,187,193); }
div.DivClassName
{
background-color: #FCBBC1;
}
.BgClassName
{
background-color: #FCBBC1;
}
</style>
border-color css
<style>
span { border-color: #FCBBC1; }
span { border-color: rgb(252,187,193); }
td.TdClassName
{
border-color: #FCBBC1;
}
.TagClassName
{
border-color: #FCBBC1;
}
</style>