Shades of Azalea #FDC0C2
Tints of Azalea #FDC0C2
RGB
CMYK
RGB Variations
Color information
#FDC0C2 (or 0xFDC0C2) is known color: Azalea. HEX triplet: FD, C0 and C2. RGB value is (253,192,194). Sum of RGB (Red+Green+Blue) = 253+192+194=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0C2 is #023F3D. Grayscale: #D2D2D2. Windows color (decimal): -147262 or 12763389. OLE color: 12763389.
HSL color Cylindrical-coordinate representation of color #FDC0C2: hue angle of 358.03º 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 #FDC0C2 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 194 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.01 |
| HSL | 358.03º | 0.94% | 0.87% | - |
| HSV(B) | 358.03º | 0.24% | 0.99% | - |
| XYZ | 69.1 | 62.48 | 59.46 | - |
| YUV | 210.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 194 | 0 | 0.24 | 0.23 | 0.01 | 358.03 | 0.94 | 0.87 |
| Hex | FD | C0 | C2 | 0 | 18 | 17 | 1 | 166 | 5E | 57 |
| Octal | 375 | 300 | 302 | 0 | 30 | 27 | 1 | 546 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11000010 | 0 | 11000 | 10111 | 1 | 101100110 | 1011110 | 1010111 |
Color Harmonies of #FDC0C2
Complementary color
Monochromatic Colors of #FDC0C2
Black with #FDC0C2
Text Example
Text Example
White with #FDC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0C2; }
p { color: rgb(253,192,194); }
H1.HeaderClassName
{
color: #FDC0C2;
}
.AnyTagClassName
{
color: #FDC0C2;
}
</style>
background-color css
<style>
a { background-color: #FDC0C2; }
a { background-color: rgb(253,192,194); }
div.DivClassName
{
background-color: #FDC0C2;
}
.BgClassName
{
background-color: #FDC0C2;
}
</style>
border-color css
<style>
span { border-color: #FDC0C2; }
span { border-color: rgb(253,192,194); }
td.TdClassName
{
border-color: #FDC0C2;
}
.TagClassName
{
border-color: #FDC0C2;
}
</style>