Shades of Azalea #FDC7CB
Tints of Azalea #FDC7CB
RGB
CMYK
RGB Variations
Color information
#FDC7CB (or 0xFDC7CB) is known color: Azalea. HEX triplet: FD, C7 and CB. RGB value is (253,199,203). Sum of RGB (Red+Green+Blue) = 253+199+203=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CB is #023834. Grayscale: #D7D7D7. Windows color (decimal): -145461 or 13355005. OLE color: 13355005.
HSL color Cylindrical-coordinate representation of color #FDC7CB: hue angle of 355.56º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7CB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 203 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.01 |
| HSL | 355.56º | 0.93% | 0.89% | - |
| HSV(B) | 355.56º | 0.21% | 0.99% | - |
| XYZ | 71.71 | 66.04 | 65.47 | - |
| YUV | 215.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 203 | 0 | 0.21 | 0.20 | 0.01 | 355.56 | 0.93 | 0.89 |
| Hex | FD | C7 | CB | 0 | 15 | 14 | 1 | 164 | 5D | 59 |
| Octal | 375 | 307 | 313 | 0 | 25 | 24 | 1 | 544 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11001011 | 0 | 10101 | 10100 | 1 | 101100100 | 1011101 | 1011001 |
Color Harmonies of #FDC7CB
Complementary color
Monochromatic Colors of #FDC7CB
Black with #FDC7CB
Text Example
Text Example
White with #FDC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7CB; }
p { color: rgb(253,199,203); }
H1.HeaderClassName
{
color: #FDC7CB;
}
.AnyTagClassName
{
color: #FDC7CB;
}
</style>
background-color css
<style>
a { background-color: #FDC7CB; }
a { background-color: rgb(253,199,203); }
div.DivClassName
{
background-color: #FDC7CB;
}
.BgClassName
{
background-color: #FDC7CB;
}
</style>
border-color css
<style>
span { border-color: #FDC7CB; }
span { border-color: rgb(253,199,203); }
td.TdClassName
{
border-color: #FDC7CB;
}
.TagClassName
{
border-color: #FDC7CB;
}
</style>