Shades of Azalea #FCCBCE
Tints of Azalea #FCCBCE
RGB
CMYK
RGB Variations
Color information
#FCCBCE (or 0xFCCBCE) is known color: Azalea. HEX triplet: FC, CB and CE. RGB value is (252,203,206). Sum of RGB (Red+Green+Blue) = 252+203+206=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBCE is #033431. Grayscale: #DADADA. Windows color (decimal): -209970 or 13552636. OLE color: 13552636.
HSL color Cylindrical-coordinate representation of color #FCCBCE: hue angle of 356.33º 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 #FCCBCE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 206 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.01 |
| HSL | 356.33º | 0.89% | 0.89% | - |
| HSV(B) | 356.33º | 0.19% | 0.99% | - |
| XYZ | 72.64 | 67.86 | 67.66 | - |
| YUV | 217.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 206 | 0 | 0.19 | 0.18 | 0.01 | 356.33 | 0.89 | 0.89 |
| Hex | FC | CB | CE | 0 | 13 | 12 | 1 | 164 | 59 | 59 |
| Octal | 374 | 313 | 316 | 0 | 23 | 22 | 1 | 544 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11001110 | 0 | 10011 | 10010 | 1 | 101100100 | 1011001 | 1011001 |
Color Harmonies of #FCCBCE
Complementary color
Monochromatic Colors of #FCCBCE
Black with #FCCBCE
Text Example
Text Example
White with #FCCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBCE; }
p { color: rgb(252,203,206); }
H1.HeaderClassName
{
color: #FCCBCE;
}
.AnyTagClassName
{
color: #FCCBCE;
}
</style>
background-color css
<style>
a { background-color: #FCCBCE; }
a { background-color: rgb(252,203,206); }
div.DivClassName
{
background-color: #FCCBCE;
}
.BgClassName
{
background-color: #FCCBCE;
}
</style>
border-color css
<style>
span { border-color: #FCCBCE; }
span { border-color: rgb(252,203,206); }
td.TdClassName
{
border-color: #FCCBCE;
}
.TagClassName
{
border-color: #FCCBCE;
}
</style>