Shades of Azalea #FCC5C7
Tints of Azalea #FCC5C7
RGB
CMYK
RGB Variations
Color information
#FCC5C7 (or 0xFCC5C7) is known color: Azalea. HEX triplet: FC, C5 and C7. RGB value is (252,197,199). Sum of RGB (Red+Green+Blue) = 252+197+199=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5C7 is #033A38. Grayscale: #D5D5D5. Windows color (decimal): -211513 or 13092348. OLE color: 13092348.
HSL color Cylindrical-coordinate representation of color #FCC5C7: hue angle of 357.82º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5C7 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 199 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.01 |
| HSL | 357.82º | 0.9% | 0.88% | - |
| HSV(B) | 357.82º | 0.22% | 0.99% | - |
| XYZ | 70.42 | 64.75 | 62.82 | - |
| YUV | 213.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 199 | 0 | 0.22 | 0.21 | 0.01 | 357.82 | 0.9 | 0.88 |
| Hex | FC | C5 | C7 | 0 | 16 | 15 | 1 | 166 | 5A | 58 |
| Octal | 374 | 305 | 307 | 0 | 26 | 25 | 1 | 546 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11000111 | 0 | 10110 | 10101 | 1 | 101100110 | 1011010 | 1011000 |
Color Harmonies of #FCC5C7
Complementary color
Monochromatic Colors of #FCC5C7
Black with #FCC5C7
Text Example
Text Example
White with #FCC5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5C7; }
p { color: rgb(252,197,199); }
H1.HeaderClassName
{
color: #FCC5C7;
}
.AnyTagClassName
{
color: #FCC5C7;
}
</style>
background-color css
<style>
a { background-color: #FCC5C7; }
a { background-color: rgb(252,197,199); }
div.DivClassName
{
background-color: #FCC5C7;
}
.BgClassName
{
background-color: #FCC5C7;
}
</style>
border-color css
<style>
span { border-color: #FCC5C7; }
span { border-color: rgb(252,197,199); }
td.TdClassName
{
border-color: #FCC5C7;
}
.TagClassName
{
border-color: #FCC5C7;
}
</style>