Shades of Azalea #FFC8C9
Tints of Azalea #FFC8C9
RGB
CMYK
RGB Variations
Color information
#FFC8C9 (or 0xFFC8C9) is known color: Azalea. HEX triplet: FF, C8 and C9. RGB value is (255,200,201). Sum of RGB (Red+Green+Blue) = 255+200+201=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C9 is #003736. Grayscale: #D8D8D8. Windows color (decimal): -14135 or 13224191. OLE color: 13224191.
HSL color Cylindrical-coordinate representation of color #FFC8C9: hue angle of 358.91º 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 #FFC8C9 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 201 | - |
| CMYK | 0 | 0.22 | 0.21 | 0 |
| HSL | 358.91º | 1% | 0.89% | - |
| HSV(B) | 358.91º | 0.22% | 1% | - |
| XYZ | 72.44 | 66.79 | 64.33 | - |
| YUV | 216.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 201 | 0 | 0.22 | 0.21 | 0 | 358.91 | 1 | 0.89 |
| Hex | FF | C8 | C9 | 0 | 16 | 15 | 0 | 167 | 64 | 59 |
| Octal | 377 | 310 | 311 | 0 | 26 | 25 | 0 | 547 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11001001 | 0 | 10110 | 10101 | 0 | 101100111 | 1100100 | 1011001 |
Color Harmonies of #FFC8C9
Complementary color
Monochromatic Colors of #FFC8C9
Black with #FFC8C9
Text Example
Text Example
White with #FFC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8C9; }
p { color: rgb(255,200,201); }
H1.HeaderClassName
{
color: #FFC8C9;
}
.AnyTagClassName
{
color: #FFC8C9;
}
</style>
background-color css
<style>
a { background-color: #FFC8C9; }
a { background-color: rgb(255,200,201); }
div.DivClassName
{
background-color: #FFC8C9;
}
.BgClassName
{
background-color: #FFC8C9;
}
</style>
border-color css
<style>
span { border-color: #FFC8C9; }
span { border-color: rgb(255,200,201); }
td.TdClassName
{
border-color: #FFC8C9;
}
.TagClassName
{
border-color: #FFC8C9;
}
</style>