Shades of Azalea #FCBBC2
Tints of Azalea #FCBBC2
RGB
CMYK
RGB Variations
Color information
#FCBBC2 (or 0xFCBBC2) is known color: Azalea. HEX triplet: FC, BB and C2. RGB value is (252,187,194). Sum of RGB (Red+Green+Blue) = 252+187+194=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC2 is #03443D. Grayscale: #CFCFCF. Windows color (decimal): -214078 or 12762108. OLE color: 12762108.
HSL color Cylindrical-coordinate representation of color #FCBBC2: hue angle of 353.54º 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 #FCBBC2 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 194 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.01 |
| HSL | 353.54º | 0.92% | 0.86% | - |
| HSV(B) | 353.54º | 0.26% | 0.99% | - |
| XYZ | 67.65 | 60.13 | 59.08 | - |
| YUV | 207.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 194 | 0 | 0.26 | 0.23 | 0.01 | 353.54 | 0.92 | 0.86 |
| Hex | FC | BB | C2 | 0 | 1A | 17 | 1 | 162 | 5C | 56 |
| Octal | 374 | 273 | 302 | 0 | 32 | 27 | 1 | 542 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11000010 | 0 | 11010 | 10111 | 1 | 101100010 | 1011100 | 1010110 |
Color Harmonies of #FCBBC2
Complementary color
Monochromatic Colors of #FCBBC2
Black with #FCBBC2
Text Example
Text Example
White with #FCBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC2; }
p { color: rgb(252,187,194); }
H1.HeaderClassName
{
color: #FCBBC2;
}
.AnyTagClassName
{
color: #FCBBC2;
}
</style>
background-color css
<style>
a { background-color: #FCBBC2; }
a { background-color: rgb(252,187,194); }
div.DivClassName
{
background-color: #FCBBC2;
}
.BgClassName
{
background-color: #FCBBC2;
}
</style>
border-color css
<style>
span { border-color: #FCBBC2; }
span { border-color: rgb(252,187,194); }
td.TdClassName
{
border-color: #FCBBC2;
}
.TagClassName
{
border-color: #FCBBC2;
}
</style>