Shades of Azalea #FFC6C8
Tints of Azalea #FFC6C8
RGB
CMYK
RGB Variations
Color information
#FFC6C8 (or 0xFFC6C8) is known color: Azalea. HEX triplet: FF, C6 and C8. RGB value is (255,198,200). Sum of RGB (Red+Green+Blue) = 255+198+200=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C8 is #003937. Grayscale: #D7D7D7. Windows color (decimal): -14648 or 13158143. OLE color: 13158143.
HSL color Cylindrical-coordinate representation of color #FFC6C8: hue angle of 357.89º 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 #FFC6C8 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 200 | - |
| CMYK | 0 | 0.22 | 0.22 | 0 |
| HSL | 357.89º | 1% | 0.89% | - |
| HSV(B) | 357.89º | 0.22% | 1% | - |
| XYZ | 71.86 | 65.82 | 63.56 | - |
| YUV | 215.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 200 | 0 | 0.22 | 0.22 | 0 | 357.89 | 1 | 0.89 |
| Hex | FF | C6 | C8 | 0 | 16 | 16 | 0 | 166 | 64 | 59 |
| Octal | 377 | 306 | 310 | 0 | 26 | 26 | 0 | 546 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11001000 | 0 | 10110 | 10110 | 0 | 101100110 | 1100100 | 1011001 |
Color Harmonies of #FFC6C8
Complementary color
Monochromatic Colors of #FFC6C8
Black with #FFC6C8
Text Example
Text Example
White with #FFC6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6C8; }
p { color: rgb(255,198,200); }
H1.HeaderClassName
{
color: #FFC6C8;
}
.AnyTagClassName
{
color: #FFC6C8;
}
</style>
background-color css
<style>
a { background-color: #FFC6C8; }
a { background-color: rgb(255,198,200); }
div.DivClassName
{
background-color: #FFC6C8;
}
.BgClassName
{
background-color: #FFC6C8;
}
</style>
border-color css
<style>
span { border-color: #FFC6C8; }
span { border-color: rgb(255,198,200); }
td.TdClassName
{
border-color: #FFC6C8;
}
.TagClassName
{
border-color: #FFC6C8;
}
</style>