Shades of Azalea #FDC9CB
Tints of Azalea #FDC9CB
RGB
CMYK
RGB Variations
Color information
#FDC9CB (or 0xFDC9CB) is known color: Azalea. HEX triplet: FD, C9 and CB. RGB value is (253,201,203). Sum of RGB (Red+Green+Blue) = 253+201+203=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9CB is #023634. Grayscale: #D8D8D8. Windows color (decimal): -144949 or 13355517. OLE color: 13355517.
HSL color Cylindrical-coordinate representation of color #FDC9CB: hue angle of 357.69º 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 #FDC9CB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 203 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.01 |
| HSL | 357.69º | 0.93% | 0.89% | - |
| HSV(B) | 357.69º | 0.21% | 0.99% | - |
| XYZ | 72.17 | 66.97 | 65.62 | - |
| YUV | 216.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 203 | 0 | 0.21 | 0.20 | 0.01 | 357.69 | 0.93 | 0.89 |
| Hex | FD | C9 | CB | 0 | 15 | 14 | 1 | 166 | 5D | 59 |
| Octal | 375 | 311 | 313 | 0 | 25 | 24 | 1 | 546 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11001011 | 0 | 10101 | 10100 | 1 | 101100110 | 1011101 | 1011001 |
Color Harmonies of #FDC9CB
Complementary color
Monochromatic Colors of #FDC9CB
Black with #FDC9CB
Text Example
Text Example
White with #FDC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9CB; }
p { color: rgb(253,201,203); }
H1.HeaderClassName
{
color: #FDC9CB;
}
.AnyTagClassName
{
color: #FDC9CB;
}
</style>
background-color css
<style>
a { background-color: #FDC9CB; }
a { background-color: rgb(253,201,203); }
div.DivClassName
{
background-color: #FDC9CB;
}
.BgClassName
{
background-color: #FDC9CB;
}
</style>
border-color css
<style>
span { border-color: #FDC9CB; }
span { border-color: rgb(253,201,203); }
td.TdClassName
{
border-color: #FDC9CB;
}
.TagClassName
{
border-color: #FDC9CB;
}
</style>