Shades of Azalea #FCC6C7
Tints of Azalea #FCC6C7
RGB
CMYK
RGB Variations
Color information
#FCC6C7 (or 0xFCC6C7) is known color: Azalea. HEX triplet: FC, C6 and C7. RGB value is (252,198,199). Sum of RGB (Red+Green+Blue) = 252+198+199=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6C7 is #033938. Grayscale: #D6D6D6. Windows color (decimal): -211257 or 13092604. OLE color: 13092604.
HSL color Cylindrical-coordinate representation of color #FCC6C7: hue angle of 358.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6C7 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 199 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.01 |
| HSL | 358.89º | 0.9% | 0.88% | - |
| HSV(B) | 358.89º | 0.21% | 0.99% | - |
| XYZ | 70.65 | 65.21 | 62.9 | - |
| YUV | 214.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 199 | 0 | 0.21 | 0.21 | 0.01 | 358.89 | 0.9 | 0.88 |
| Hex | FC | C6 | C7 | 0 | 15 | 15 | 1 | 167 | 5A | 58 |
| Octal | 374 | 306 | 307 | 0 | 25 | 25 | 1 | 547 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11000111 | 0 | 10101 | 10101 | 1 | 101100111 | 1011010 | 1011000 |
Color Harmonies of #FCC6C7
Complementary color
Monochromatic Colors of #FCC6C7
Black with #FCC6C7
Text Example
Text Example
White with #FCC6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6C7; }
p { color: rgb(252,198,199); }
H1.HeaderClassName
{
color: #FCC6C7;
}
.AnyTagClassName
{
color: #FCC6C7;
}
</style>
background-color css
<style>
a { background-color: #FCC6C7; }
a { background-color: rgb(252,198,199); }
div.DivClassName
{
background-color: #FCC6C7;
}
.BgClassName
{
background-color: #FCC6C7;
}
</style>
border-color css
<style>
span { border-color: #FCC6C7; }
span { border-color: rgb(252,198,199); }
td.TdClassName
{
border-color: #FCC6C7;
}
.TagClassName
{
border-color: #FCC6C7;
}
</style>