Shades of Azalea #FFC9CA
Tints of Azalea #FFC9CA
RGB
CMYK
RGB Variations
Color information
#FFC9CA (or 0xFFC9CA) is known color: Azalea. HEX triplet: FF, C9 and CA. RGB value is (255,201,202). Sum of RGB (Red+Green+Blue) = 255+201+202=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9CA is #003635. Grayscale: #D9D9D9. Windows color (decimal): -13878 or 13289983. OLE color: 13289983.
HSL color Cylindrical-coordinate representation of color #FFC9CA: hue angle of 358.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9CA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 202 | - |
| CMYK | 0 | 0.21 | 0.21 | 0 |
| HSL | 358.89º | 1% | 0.89% | - |
| HSV(B) | 358.89º | 0.21% | 1% | - |
| XYZ | 72.79 | 67.3 | 65.03 | - |
| YUV | 217.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 202 | 0 | 0.21 | 0.21 | 0 | 358.89 | 1 | 0.89 |
| Hex | FF | C9 | CA | 0 | 15 | 15 | 0 | 167 | 64 | 59 |
| Octal | 377 | 311 | 312 | 0 | 25 | 25 | 0 | 547 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11001010 | 0 | 10101 | 10101 | 0 | 101100111 | 1100100 | 1011001 |
Color Harmonies of #FFC9CA
Complementary color
Monochromatic Colors of #FFC9CA
Black with #FFC9CA
Text Example
Text Example
White with #FFC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9CA; }
p { color: rgb(255,201,202); }
H1.HeaderClassName
{
color: #FFC9CA;
}
.AnyTagClassName
{
color: #FFC9CA;
}
</style>
background-color css
<style>
a { background-color: #FFC9CA; }
a { background-color: rgb(255,201,202); }
div.DivClassName
{
background-color: #FFC9CA;
}
.BgClassName
{
background-color: #FFC9CA;
}
</style>
border-color css
<style>
span { border-color: #FFC9CA; }
span { border-color: rgb(255,201,202); }
td.TdClassName
{
border-color: #FFC9CA;
}
.TagClassName
{
border-color: #FFC9CA;
}
</style>