Shades of Azalea #FDC2C7
Tints of Azalea #FDC2C7
RGB
CMYK
RGB Variations
Color information
#FDC2C7 (or 0xFDC2C7) is known color: Azalea. HEX triplet: FD, C2 and C7. RGB value is (253,194,199). Sum of RGB (Red+Green+Blue) = 253+194+199=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2C7 is #023D38. Grayscale: #D4D4D4. Windows color (decimal): -146745 or 13091581. OLE color: 13091581.
HSL color Cylindrical-coordinate representation of color #FDC2C7: hue angle of 354.92º 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 #FDC2C7 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 199 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.01 |
| HSL | 354.92º | 0.94% | 0.88% | - |
| HSV(B) | 354.92º | 0.23% | 0.99% | - |
| XYZ | 70.11 | 63.59 | 62.61 | - |
| YUV | 212.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 199 | 0 | 0.23 | 0.21 | 0.01 | 354.92 | 0.94 | 0.88 |
| Hex | FD | C2 | C7 | 0 | 17 | 15 | 1 | 163 | 5E | 58 |
| Octal | 375 | 302 | 307 | 0 | 27 | 25 | 1 | 543 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11000111 | 0 | 10111 | 10101 | 1 | 101100011 | 1011110 | 1011000 |
Color Harmonies of #FDC2C7
Complementary color
Monochromatic Colors of #FDC2C7
Black with #FDC2C7
Text Example
Text Example
White with #FDC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2C7; }
p { color: rgb(253,194,199); }
H1.HeaderClassName
{
color: #FDC2C7;
}
.AnyTagClassName
{
color: #FDC2C7;
}
</style>
background-color css
<style>
a { background-color: #FDC2C7; }
a { background-color: rgb(253,194,199); }
div.DivClassName
{
background-color: #FDC2C7;
}
.BgClassName
{
background-color: #FDC2C7;
}
</style>
border-color css
<style>
span { border-color: #FDC2C7; }
span { border-color: rgb(253,194,199); }
td.TdClassName
{
border-color: #FDC2C7;
}
.TagClassName
{
border-color: #FDC2C7;
}
</style>