Shades of Azalea #FCCACB
Tints of Azalea #FCCACB
RGB
CMYK
RGB Variations
Color information
#FCCACB (or 0xFCCACB) is known color: Azalea. HEX triplet: FC, CA and CB. RGB value is (252,202,203). Sum of RGB (Red+Green+Blue) = 252+202+203=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACB is #033534. Grayscale: #D9D9D9. Windows color (decimal): -210229 or 13355772. OLE color: 13355772.
HSL color Cylindrical-coordinate representation of color #FCCACB: hue angle of 358.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCACB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 203 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.01 |
| HSL | 358.8º | 0.89% | 0.89% | - |
| HSV(B) | 358.8º | 0.2% | 0.99% | - |
| XYZ | 72.04 | 67.25 | 65.68 | - |
| YUV | 217.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 203 | 0 | 0.20 | 0.19 | 0.01 | 358.8 | 0.89 | 0.89 |
| Hex | FC | CA | CB | 0 | 14 | 13 | 1 | 167 | 59 | 59 |
| Octal | 374 | 312 | 313 | 0 | 24 | 23 | 1 | 547 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11001011 | 0 | 10100 | 10011 | 1 | 101100111 | 1011001 | 1011001 |
Color Harmonies of #FCCACB
Complementary color
Monochromatic Colors of #FCCACB
Black with #FCCACB
Text Example
Text Example
White with #FCCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCACB; }
p { color: rgb(252,202,203); }
H1.HeaderClassName
{
color: #FCCACB;
}
.AnyTagClassName
{
color: #FCCACB;
}
</style>
background-color css
<style>
a { background-color: #FCCACB; }
a { background-color: rgb(252,202,203); }
div.DivClassName
{
background-color: #FCCACB;
}
.BgClassName
{
background-color: #FCCACB;
}
</style>
border-color css
<style>
span { border-color: #FCCACB; }
span { border-color: rgb(252,202,203); }
td.TdClassName
{
border-color: #FCCACB;
}
.TagClassName
{
border-color: #FCCACB;
}
</style>