Shades of Azalea #FDC0C7
Tints of Azalea #FDC0C7
RGB
CMYK
RGB Variations
Color information
#FDC0C7 (or 0xFDC0C7) is known color: Azalea. HEX triplet: FD, C0 and C7. RGB value is (253,192,199). Sum of RGB (Red+Green+Blue) = 253+192+199=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0C7 is #023F38. Grayscale: #D3D3D3. Windows color (decimal): -147257 or 13091069. OLE color: 13091069.
HSL color Cylindrical-coordinate representation of color #FDC0C7: hue angle of 353.11º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0C7 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 199 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.01 |
| HSL | 353.11º | 0.94% | 0.87% | - |
| HSV(B) | 353.11º | 0.24% | 0.99% | - |
| XYZ | 69.67 | 62.71 | 62.46 | - |
| YUV | 211.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 199 | 0 | 0.24 | 0.21 | 0.01 | 353.11 | 0.94 | 0.87 |
| Hex | FD | C0 | C7 | 0 | 18 | 15 | 1 | 161 | 5E | 57 |
| Octal | 375 | 300 | 307 | 0 | 30 | 25 | 1 | 541 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11000111 | 0 | 11000 | 10101 | 1 | 101100001 | 1011110 | 1010111 |
Color Harmonies of #FDC0C7
Complementary color
Monochromatic Colors of #FDC0C7
Black with #FDC0C7
Text Example
Text Example
White with #FDC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0C7; }
p { color: rgb(253,192,199); }
H1.HeaderClassName
{
color: #FDC0C7;
}
.AnyTagClassName
{
color: #FDC0C7;
}
</style>
background-color css
<style>
a { background-color: #FDC0C7; }
a { background-color: rgb(253,192,199); }
div.DivClassName
{
background-color: #FDC0C7;
}
.BgClassName
{
background-color: #FDC0C7;
}
</style>
border-color css
<style>
span { border-color: #FDC0C7; }
span { border-color: rgb(253,192,199); }
td.TdClassName
{
border-color: #FDC0C7;
}
.TagClassName
{
border-color: #FDC0C7;
}
</style>