Shades of Azalea #FCBCC3
Tints of Azalea #FCBCC3
RGB
CMYK
RGB Variations
Color information
#FCBCC3 (or 0xFCBCC3) is known color: Azalea. HEX triplet: FC, BC and C3. RGB value is (252,188,195). Sum of RGB (Red+Green+Blue) = 252+188+195=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC3 is #03433C. Grayscale: #CFCFCF. Windows color (decimal): -213821 or 12827900. OLE color: 12827900.
HSL color Cylindrical-coordinate representation of color #FCBCC3: hue angle of 353.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCC3 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 195 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.01 |
| HSL | 353.44º | 0.91% | 0.86% | - |
| HSV(B) | 353.44º | 0.25% | 0.99% | - |
| XYZ | 67.98 | 60.6 | 59.74 | - |
| YUV | 207.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 195 | 0 | 0.25 | 0.23 | 0.01 | 353.44 | 0.91 | 0.86 |
| Hex | FC | BC | C3 | 0 | 19 | 17 | 1 | 161 | 5B | 56 |
| Octal | 374 | 274 | 303 | 0 | 31 | 27 | 1 | 541 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11000011 | 0 | 11001 | 10111 | 1 | 101100001 | 1011011 | 1010110 |
Color Harmonies of #FCBCC3
Complementary color
Monochromatic Colors of #FCBCC3
Black with #FCBCC3
Text Example
Text Example
White with #FCBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCC3; }
p { color: rgb(252,188,195); }
H1.HeaderClassName
{
color: #FCBCC3;
}
.AnyTagClassName
{
color: #FCBCC3;
}
</style>
background-color css
<style>
a { background-color: #FCBCC3; }
a { background-color: rgb(252,188,195); }
div.DivClassName
{
background-color: #FCBCC3;
}
.BgClassName
{
background-color: #FCBCC3;
}
</style>
border-color css
<style>
span { border-color: #FCBCC3; }
span { border-color: rgb(252,188,195); }
td.TdClassName
{
border-color: #FCBCC3;
}
.TagClassName
{
border-color: #FCBCC3;
}
</style>