Shades of Azalea #FDC4C6
Tints of Azalea #FDC4C6
RGB
CMYK
RGB Variations
Color information
#FDC4C6 (or 0xFDC4C6) is known color: Azalea. HEX triplet: FD, C4 and C6. RGB value is (253,196,198). Sum of RGB (Red+Green+Blue) = 253+196+198=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4C6 is #023B39. Grayscale: #D5D5D5. Windows color (decimal): -146234 or 13026557. OLE color: 13026557.
HSL color Cylindrical-coordinate representation of color #FDC4C6: hue angle of 357.89º 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 #FDC4C6 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 198 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.01 |
| HSL | 357.89º | 0.93% | 0.88% | - |
| HSV(B) | 357.89º | 0.23% | 0.99% | - |
| XYZ | 70.44 | 64.44 | 62.15 | - |
| YUV | 213.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 198 | 0 | 0.23 | 0.22 | 0.01 | 357.89 | 0.93 | 0.88 |
| Hex | FD | C4 | C6 | 0 | 17 | 16 | 1 | 166 | 5D | 58 |
| Octal | 375 | 304 | 306 | 0 | 27 | 26 | 1 | 546 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11000110 | 0 | 10111 | 10110 | 1 | 101100110 | 1011101 | 1011000 |
Color Harmonies of #FDC4C6
Complementary color
Monochromatic Colors of #FDC4C6
Black with #FDC4C6
Text Example
Text Example
White with #FDC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4C6; }
p { color: rgb(253,196,198); }
H1.HeaderClassName
{
color: #FDC4C6;
}
.AnyTagClassName
{
color: #FDC4C6;
}
</style>
background-color css
<style>
a { background-color: #FDC4C6; }
a { background-color: rgb(253,196,198); }
div.DivClassName
{
background-color: #FDC4C6;
}
.BgClassName
{
background-color: #FDC4C6;
}
</style>
border-color css
<style>
span { border-color: #FDC4C6; }
span { border-color: rgb(253,196,198); }
td.TdClassName
{
border-color: #FDC4C6;
}
.TagClassName
{
border-color: #FDC4C6;
}
</style>