Shades of Azalea #FDCACC
Tints of Azalea #FDCACC
RGB
CMYK
RGB Variations
Color information
#FDCACC (or 0xFDCACC) is known color: Azalea. HEX triplet: FD, CA and CC. RGB value is (253,202,204). Sum of RGB (Red+Green+Blue) = 253+202+204=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACC is #023533. Grayscale: #D9D9D9. Windows color (decimal): -144692 or 13421309. OLE color: 13421309.
HSL color Cylindrical-coordinate representation of color #FDCACC: hue angle of 357.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCACC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 204 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.01 |
| HSL | 357.65º | 0.93% | 0.89% | - |
| HSV(B) | 357.65º | 0.2% | 0.99% | - |
| XYZ | 72.53 | 67.48 | 66.33 | - |
| YUV | 217.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 204 | 0 | 0.20 | 0.19 | 0.01 | 357.65 | 0.93 | 0.89 |
| Hex | FD | CA | CC | 0 | 14 | 13 | 1 | 166 | 5D | 59 |
| Octal | 375 | 312 | 314 | 0 | 24 | 23 | 1 | 546 | 135 | 131 |
| Binary | 11111101 | 11001010 | 11001100 | 0 | 10100 | 10011 | 1 | 101100110 | 1011101 | 1011001 |
Color Harmonies of #FDCACC
Complementary color
Monochromatic Colors of #FDCACC
Black with #FDCACC
Text Example
Text Example
White with #FDCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCACC; }
p { color: rgb(253,202,204); }
H1.HeaderClassName
{
color: #FDCACC;
}
.AnyTagClassName
{
color: #FDCACC;
}
</style>
background-color css
<style>
a { background-color: #FDCACC; }
a { background-color: rgb(253,202,204); }
div.DivClassName
{
background-color: #FDCACC;
}
.BgClassName
{
background-color: #FDCACC;
}
</style>
border-color css
<style>
span { border-color: #FDCACC; }
span { border-color: rgb(253,202,204); }
td.TdClassName
{
border-color: #FDCACC;
}
.TagClassName
{
border-color: #FDCACC;
}
</style>