Shades of Azalea #FDC9CA
Tints of Azalea #FDC9CA
RGB
CMYK
RGB Variations
Color information
#FDC9CA (or 0xFDC9CA) is known color: Azalea. HEX triplet: FD, C9 and CA. RGB value is (253,201,202). Sum of RGB (Red+Green+Blue) = 253+201+202=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9CA is #023635. Grayscale: #D8D8D8. Windows color (decimal): -144950 or 13289981. OLE color: 13289981.
HSL color Cylindrical-coordinate representation of color #FDC9CA: hue angle of 358.85º 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 #FDC9CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 202 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.01 |
| HSL | 358.85º | 0.93% | 0.89% | - |
| HSV(B) | 358.85º | 0.21% | 0.99% | - |
| XYZ | 72.06 | 66.92 | 65 | - |
| YUV | 216.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 202 | 0 | 0.21 | 0.20 | 0.01 | 358.85 | 0.93 | 0.89 |
| Hex | FD | C9 | CA | 0 | 15 | 14 | 1 | 167 | 5D | 59 |
| Octal | 375 | 311 | 312 | 0 | 25 | 24 | 1 | 547 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11001010 | 0 | 10101 | 10100 | 1 | 101100111 | 1011101 | 1011001 |
Color Harmonies of #FDC9CA
Complementary color
Monochromatic Colors of #FDC9CA
Black with #FDC9CA
Text Example
Text Example
White with #FDC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9CA; }
p { color: rgb(253,201,202); }
H1.HeaderClassName
{
color: #FDC9CA;
}
.AnyTagClassName
{
color: #FDC9CA;
}
</style>
background-color css
<style>
a { background-color: #FDC9CA; }
a { background-color: rgb(253,201,202); }
div.DivClassName
{
background-color: #FDC9CA;
}
.BgClassName
{
background-color: #FDC9CA;
}
</style>
border-color css
<style>
span { border-color: #FDC9CA; }
span { border-color: rgb(253,201,202); }
td.TdClassName
{
border-color: #FDC9CA;
}
.TagClassName
{
border-color: #FDC9CA;
}
</style>