Shades of Azalea #FDC7CA
Tints of Azalea #FDC7CA
RGB
CMYK
RGB Variations
Color information
#FDC7CA (or 0xFDC7CA) is known color: Azalea. HEX triplet: FD, C7 and CA. RGB value is (253,199,202). Sum of RGB (Red+Green+Blue) = 253+199+202=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CA is #023835. Grayscale: #D7D7D7. Windows color (decimal): -145462 or 13289469. OLE color: 13289469.
HSL color Cylindrical-coordinate representation of color #FDC7CA: hue angle of 356.67º 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 #FDC7CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 202 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.01 |
| HSL | 356.67º | 0.93% | 0.89% | - |
| HSV(B) | 356.67º | 0.21% | 0.99% | - |
| XYZ | 71.59 | 65.99 | 64.84 | - |
| YUV | 215.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 202 | 0 | 0.21 | 0.20 | 0.01 | 356.67 | 0.93 | 0.89 |
| Hex | FD | C7 | CA | 0 | 15 | 14 | 1 | 165 | 5D | 59 |
| Octal | 375 | 307 | 312 | 0 | 25 | 24 | 1 | 545 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11001010 | 0 | 10101 | 10100 | 1 | 101100101 | 1011101 | 1011001 |
Color Harmonies of #FDC7CA
Complementary color
Monochromatic Colors of #FDC7CA
Black with #FDC7CA
Text Example
Text Example
White with #FDC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7CA; }
p { color: rgb(253,199,202); }
H1.HeaderClassName
{
color: #FDC7CA;
}
.AnyTagClassName
{
color: #FDC7CA;
}
</style>
background-color css
<style>
a { background-color: #FDC7CA; }
a { background-color: rgb(253,199,202); }
div.DivClassName
{
background-color: #FDC7CA;
}
.BgClassName
{
background-color: #FDC7CA;
}
</style>
border-color css
<style>
span { border-color: #FDC7CA; }
span { border-color: rgb(253,199,202); }
td.TdClassName
{
border-color: #FDC7CA;
}
.TagClassName
{
border-color: #FDC7CA;
}
</style>