Shades of Azalea #FCCBCC
Tints of Azalea #FCCBCC
RGB
CMYK
RGB Variations
Color information
#FCCBCC (or 0xFCCBCC) is known color: Azalea. HEX triplet: FC, CB and CC. RGB value is (252,203,204). Sum of RGB (Red+Green+Blue) = 252+203+204=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBCC is #033433. Grayscale: #D9D9D9. Windows color (decimal): -209972 or 13421564. OLE color: 13421564.
HSL color Cylindrical-coordinate representation of color #FCCBCC: hue angle of 358.78º 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 #FCCBCC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 204 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.01 |
| HSL | 358.78º | 0.89% | 0.89% | - |
| HSV(B) | 358.78º | 0.19% | 0.99% | - |
| XYZ | 72.4 | 67.77 | 66.39 | - |
| YUV | 217.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 204 | 0 | 0.19 | 0.19 | 0.01 | 358.78 | 0.89 | 0.89 |
| Hex | FC | CB | CC | 0 | 13 | 13 | 1 | 167 | 59 | 59 |
| Octal | 374 | 313 | 314 | 0 | 23 | 23 | 1 | 547 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11001100 | 0 | 10011 | 10011 | 1 | 101100111 | 1011001 | 1011001 |
Color Harmonies of #FCCBCC
Complementary color
Monochromatic Colors of #FCCBCC
Black with #FCCBCC
Text Example
Text Example
White with #FCCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBCC; }
p { color: rgb(252,203,204); }
H1.HeaderClassName
{
color: #FCCBCC;
}
.AnyTagClassName
{
color: #FCCBCC;
}
</style>
background-color css
<style>
a { background-color: #FCCBCC; }
a { background-color: rgb(252,203,204); }
div.DivClassName
{
background-color: #FCCBCC;
}
.BgClassName
{
background-color: #FCCBCC;
}
</style>
border-color css
<style>
span { border-color: #FCCBCC; }
span { border-color: rgb(252,203,204); }
td.TdClassName
{
border-color: #FCCBCC;
}
.TagClassName
{
border-color: #FCCBCC;
}
</style>