Shades of Azalea #FDC3C4
Tints of Azalea #FDC3C4
RGB
CMYK
RGB Variations
Color information
#FDC3C4 (or 0xFDC3C4) is known color: Azalea. HEX triplet: FD, C3 and C4. RGB value is (253,195,196). Sum of RGB (Red+Green+Blue) = 253+195+196=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3C4 is #023C3B. Grayscale: #D4D4D4. Windows color (decimal): -146492 or 12895229. OLE color: 12895229.
HSL color Cylindrical-coordinate representation of color #FDC3C4: hue angle of 358.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 #FDC3C4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 196 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.01 |
| HSL | 358.97º | 0.94% | 0.88% | - |
| HSV(B) | 358.97º | 0.23% | 0.99% | - |
| XYZ | 69.99 | 63.9 | 60.87 | - |
| YUV | 212.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 196 | 0 | 0.23 | 0.23 | 0.01 | 358.97 | 0.94 | 0.88 |
| Hex | FD | C3 | C4 | 0 | 17 | 17 | 1 | 167 | 5E | 58 |
| Octal | 375 | 303 | 304 | 0 | 27 | 27 | 1 | 547 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11000100 | 0 | 10111 | 10111 | 1 | 101100111 | 1011110 | 1011000 |
Color Harmonies of #FDC3C4
Complementary color
Monochromatic Colors of #FDC3C4
Black with #FDC3C4
Text Example
Text Example
White with #FDC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3C4; }
p { color: rgb(253,195,196); }
H1.HeaderClassName
{
color: #FDC3C4;
}
.AnyTagClassName
{
color: #FDC3C4;
}
</style>
background-color css
<style>
a { background-color: #FDC3C4; }
a { background-color: rgb(253,195,196); }
div.DivClassName
{
background-color: #FDC3C4;
}
.BgClassName
{
background-color: #FDC3C4;
}
</style>
border-color css
<style>
span { border-color: #FDC3C4; }
span { border-color: rgb(253,195,196); }
td.TdClassName
{
border-color: #FDC3C4;
}
.TagClassName
{
border-color: #FDC3C4;
}
</style>