Shades of Azalea #FDC4C8
Tints of Azalea #FDC4C8
RGB
CMYK
RGB Variations
Color information
#FDC4C8 (or 0xFDC4C8) is known color: Azalea. HEX triplet: FD, C4 and C8. RGB value is (253,196,200). Sum of RGB (Red+Green+Blue) = 253+196+200=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4C8 is #023B37. Grayscale: #D5D5D5. Windows color (decimal): -146232 or 13157629. OLE color: 13157629.
HSL color Cylindrical-coordinate representation of color #FDC4C8: hue angle of 355.79º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4C8 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 200 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.01 |
| HSL | 355.79º | 0.93% | 0.88% | - |
| HSV(B) | 355.79º | 0.23% | 0.99% | - |
| XYZ | 70.67 | 64.53 | 63.37 | - |
| YUV | 213.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 200 | 0 | 0.23 | 0.21 | 0.01 | 355.79 | 0.93 | 0.88 |
| Hex | FD | C4 | C8 | 0 | 17 | 15 | 1 | 164 | 5D | 58 |
| Octal | 375 | 304 | 310 | 0 | 27 | 25 | 1 | 544 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11001000 | 0 | 10111 | 10101 | 1 | 101100100 | 1011101 | 1011000 |
Color Harmonies of #FDC4C8
Complementary color
Monochromatic Colors of #FDC4C8
Black with #FDC4C8
Text Example
Text Example
White with #FDC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4C8; }
p { color: rgb(253,196,200); }
H1.HeaderClassName
{
color: #FDC4C8;
}
.AnyTagClassName
{
color: #FDC4C8;
}
</style>
background-color css
<style>
a { background-color: #FDC4C8; }
a { background-color: rgb(253,196,200); }
div.DivClassName
{
background-color: #FDC4C8;
}
.BgClassName
{
background-color: #FDC4C8;
}
</style>
border-color css
<style>
span { border-color: #FDC4C8; }
span { border-color: rgb(253,196,200); }
td.TdClassName
{
border-color: #FDC4C8;
}
.TagClassName
{
border-color: #FDC4C8;
}
</style>