Shades of Azalea #FDC5C8
Tints of Azalea #FDC5C8
RGB
CMYK
RGB Variations
Color information
#FDC5C8 (or 0xFDC5C8) is known color: Azalea. HEX triplet: FD, C5 and C8. RGB value is (253,197,200). Sum of RGB (Red+Green+Blue) = 253+197+200=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5C8 is #023A37. Grayscale: #D6D6D6. Windows color (decimal): -145976 or 13157885. OLE color: 13157885.
HSL color Cylindrical-coordinate representation of color #FDC5C8: hue angle of 356.79º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5C8 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 200 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.01 |
| HSL | 356.79º | 0.93% | 0.88% | - |
| HSV(B) | 356.79º | 0.22% | 0.99% | - |
| XYZ | 70.9 | 64.99 | 63.45 | - |
| YUV | 214.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 200 | 0 | 0.22 | 0.21 | 0.01 | 356.79 | 0.93 | 0.88 |
| Hex | FD | C5 | C8 | 0 | 16 | 15 | 1 | 165 | 5D | 58 |
| Octal | 375 | 305 | 310 | 0 | 26 | 25 | 1 | 545 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11001000 | 0 | 10110 | 10101 | 1 | 101100101 | 1011101 | 1011000 |
Color Harmonies of #FDC5C8
Complementary color
Monochromatic Colors of #FDC5C8
Black with #FDC5C8
Text Example
Text Example
White with #FDC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5C8; }
p { color: rgb(253,197,200); }
H1.HeaderClassName
{
color: #FDC5C8;
}
.AnyTagClassName
{
color: #FDC5C8;
}
</style>
background-color css
<style>
a { background-color: #FDC5C8; }
a { background-color: rgb(253,197,200); }
div.DivClassName
{
background-color: #FDC5C8;
}
.BgClassName
{
background-color: #FDC5C8;
}
</style>
border-color css
<style>
span { border-color: #FDC5C8; }
span { border-color: rgb(253,197,200); }
td.TdClassName
{
border-color: #FDC5C8;
}
.TagClassName
{
border-color: #FDC5C8;
}
</style>