Shades of Azalea #FCCBCD
Tints of Azalea #FCCBCD
RGB
CMYK
RGB Variations
Color information
#FCCBCD (or 0xFCCBCD) is known color: Azalea. HEX triplet: FC, CB and CD. RGB value is (252,203,205). Sum of RGB (Red+Green+Blue) = 252+203+205=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBCD is #033432. Grayscale: #D9D9D9. Windows color (decimal): -209971 or 13487100. OLE color: 13487100.
HSL color Cylindrical-coordinate representation of color #FCCBCD: hue angle of 357.55º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBCD is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 205 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.01 |
| HSL | 357.55º | 0.89% | 0.89% | - |
| HSV(B) | 357.55º | 0.19% | 0.99% | - |
| XYZ | 72.52 | 67.82 | 67.03 | - |
| YUV | 217.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 205 | 0 | 0.19 | 0.19 | 0.01 | 357.55 | 0.89 | 0.89 |
| Hex | FC | CB | CD | 0 | 13 | 13 | 1 | 166 | 59 | 59 |
| Octal | 374 | 313 | 315 | 0 | 23 | 23 | 1 | 546 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11001101 | 0 | 10011 | 10011 | 1 | 101100110 | 1011001 | 1011001 |
Color Harmonies of #FCCBCD
Complementary color
Monochromatic Colors of #FCCBCD
Black with #FCCBCD
Text Example
Text Example
White with #FCCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBCD; }
p { color: rgb(252,203,205); }
H1.HeaderClassName
{
color: #FCCBCD;
}
.AnyTagClassName
{
color: #FCCBCD;
}
</style>
background-color css
<style>
a { background-color: #FCCBCD; }
a { background-color: rgb(252,203,205); }
div.DivClassName
{
background-color: #FCCBCD;
}
.BgClassName
{
background-color: #FCCBCD;
}
</style>
border-color css
<style>
span { border-color: #FCCBCD; }
span { border-color: rgb(252,203,205); }
td.TdClassName
{
border-color: #FCCBCD;
}
.TagClassName
{
border-color: #FCCBCD;
}
</style>