Shades of Azalea #FDC2C4
Tints of Azalea #FDC2C4
RGB
CMYK
RGB Variations
Color information
#FDC2C4 (or 0xFDC2C4) is known color: Azalea. HEX triplet: FD, C2 and C4. RGB value is (253,194,196). Sum of RGB (Red+Green+Blue) = 253+194+196=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2C4 is #023D3B. Grayscale: #D3D3D3. Windows color (decimal): -146748 or 12894973. OLE color: 12894973.
HSL color Cylindrical-coordinate representation of color #FDC2C4: hue angle of 357.97º 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 #FDC2C4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 196 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.01 |
| HSL | 357.97º | 0.94% | 0.88% | - |
| HSV(B) | 357.97º | 0.23% | 0.99% | - |
| XYZ | 69.76 | 63.45 | 60.8 | - |
| YUV | 211.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 196 | 0 | 0.23 | 0.23 | 0.01 | 357.97 | 0.94 | 0.88 |
| Hex | FD | C2 | C4 | 0 | 17 | 17 | 1 | 166 | 5E | 58 |
| Octal | 375 | 302 | 304 | 0 | 27 | 27 | 1 | 546 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11000100 | 0 | 10111 | 10111 | 1 | 101100110 | 1011110 | 1011000 |
Color Harmonies of #FDC2C4
Complementary color
Monochromatic Colors of #FDC2C4
Black with #FDC2C4
Text Example
Text Example
White with #FDC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2C4; }
p { color: rgb(253,194,196); }
H1.HeaderClassName
{
color: #FDC2C4;
}
.AnyTagClassName
{
color: #FDC2C4;
}
</style>
background-color css
<style>
a { background-color: #FDC2C4; }
a { background-color: rgb(253,194,196); }
div.DivClassName
{
background-color: #FDC2C4;
}
.BgClassName
{
background-color: #FDC2C4;
}
</style>
border-color css
<style>
span { border-color: #FDC2C4; }
span { border-color: rgb(253,194,196); }
td.TdClassName
{
border-color: #FDC2C4;
}
.TagClassName
{
border-color: #FDC2C4;
}
</style>