Shades of Azalea #FFC7C8
Tints of Azalea #FFC7C8
RGB
CMYK
RGB Variations
Color information
#FFC7C8 (or 0xFFC7C8) is known color: Azalea. HEX triplet: FF, C7 and C8. RGB value is (255,199,200). Sum of RGB (Red+Green+Blue) = 255+199+200=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7C8 is #003837. Grayscale: #D7D7D7. Windows color (decimal): -14392 or 13158399. OLE color: 13158399.
HSL color Cylindrical-coordinate representation of color #FFC7C8: hue angle of 358.93º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7C8 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 200 | - |
| CMYK | 0 | 0.22 | 0.22 | 0 |
| HSL | 358.93º | 1% | 0.89% | - |
| HSV(B) | 358.93º | 0.22% | 1% | - |
| XYZ | 72.09 | 66.28 | 63.64 | - |
| YUV | 215.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 200 | 0 | 0.22 | 0.22 | 0 | 358.93 | 1 | 0.89 |
| Hex | FF | C7 | C8 | 0 | 16 | 16 | 0 | 167 | 64 | 59 |
| Octal | 377 | 307 | 310 | 0 | 26 | 26 | 0 | 547 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11001000 | 0 | 10110 | 10110 | 0 | 101100111 | 1100100 | 1011001 |
Color Harmonies of #FFC7C8
Complementary color
Monochromatic Colors of #FFC7C8
Black with #FFC7C8
Text Example
Text Example
White with #FFC7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7C8; }
p { color: rgb(255,199,200); }
H1.HeaderClassName
{
color: #FFC7C8;
}
.AnyTagClassName
{
color: #FFC7C8;
}
</style>
background-color css
<style>
a { background-color: #FFC7C8; }
a { background-color: rgb(255,199,200); }
div.DivClassName
{
background-color: #FFC7C8;
}
.BgClassName
{
background-color: #FFC7C8;
}
</style>
border-color css
<style>
span { border-color: #FFC7C8; }
span { border-color: rgb(255,199,200); }
td.TdClassName
{
border-color: #FFC7C8;
}
.TagClassName
{
border-color: #FFC7C8;
}
</style>