Shades of Azalea #FDC3C6
Tints of Azalea #FDC3C6
RGB
CMYK
RGB Variations
Color information
#FDC3C6 (or 0xFDC3C6) is known color: Azalea. HEX triplet: FD, C3 and C6. RGB value is (253,195,198). Sum of RGB (Red+Green+Blue) = 253+195+198=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 198 (77.73% from 255 or 30.65% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3C6 is #023C39. Grayscale: #D4D4D4. Windows color (decimal): -146490 or 13026301. OLE color: 13026301.
HSL color Cylindrical-coordinate representation of color #FDC3C6: hue angle of 356.9º degrees, saturation: 0.94, 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 #FDC3C6 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 198 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.01 |
| HSL | 356.9º | 0.94% | 0.88% | - |
| HSV(B) | 356.9º | 0.23% | 0.99% | - |
| XYZ | 70.22 | 63.99 | 62.08 | - |
| YUV | 212.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 198 | 0 | 0.23 | 0.22 | 0.01 | 356.9 | 0.94 | 0.88 |
| Hex | FD | C3 | C6 | 0 | 17 | 16 | 1 | 165 | 5E | 58 |
| Octal | 375 | 303 | 306 | 0 | 27 | 26 | 1 | 545 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11000110 | 0 | 10111 | 10110 | 1 | 101100101 | 1011110 | 1011000 |
Color Harmonies of #FDC3C6
Complementary color
Monochromatic Colors of #FDC3C6
Black with #FDC3C6
Text Example
Text Example
White with #FDC3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3C6; }
p { color: rgb(253,195,198); }
H1.HeaderClassName
{
color: #FDC3C6;
}
.AnyTagClassName
{
color: #FDC3C6;
}
</style>
background-color css
<style>
a { background-color: #FDC3C6; }
a { background-color: rgb(253,195,198); }
div.DivClassName
{
background-color: #FDC3C6;
}
.BgClassName
{
background-color: #FDC3C6;
}
</style>
border-color css
<style>
span { border-color: #FDC3C6; }
span { border-color: rgb(253,195,198); }
td.TdClassName
{
border-color: #FDC3C6;
}
.TagClassName
{
border-color: #FDC3C6;
}
</style>