Shades of Azalea #FFC6CA
Tints of Azalea #FFC6CA
RGB
CMYK
RGB Variations
Color information
#FFC6CA (or 0xFFC6CA) is known color: Azalea. HEX triplet: FF, C6 and CA. RGB value is (255,198,202). Sum of RGB (Red+Green+Blue) = 255+198+202=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6CA is #003935. Grayscale: #D7D7D7. Windows color (decimal): -14646 or 13289215. OLE color: 13289215.
HSL color Cylindrical-coordinate representation of color #FFC6CA: hue angle of 355.79º 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 #FFC6CA is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 202 | - |
| CMYK | 0 | 0.22 | 0.21 | 0 |
| HSL | 355.79º | 1% | 0.89% | - |
| HSV(B) | 355.79º | 0.22% | 1% | - |
| XYZ | 72.09 | 65.91 | 64.8 | - |
| YUV | 215.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 202 | 0 | 0.22 | 0.21 | 0 | 355.79 | 1 | 0.89 |
| Hex | FF | C6 | CA | 0 | 16 | 15 | 0 | 164 | 64 | 59 |
| Octal | 377 | 306 | 312 | 0 | 26 | 25 | 0 | 544 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11001010 | 0 | 10110 | 10101 | 0 | 101100100 | 1100100 | 1011001 |
Color Harmonies of #FFC6CA
Complementary color
Monochromatic Colors of #FFC6CA
Black with #FFC6CA
Text Example
Text Example
White with #FFC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6CA; }
p { color: rgb(255,198,202); }
H1.HeaderClassName
{
color: #FFC6CA;
}
.AnyTagClassName
{
color: #FFC6CA;
}
</style>
background-color css
<style>
a { background-color: #FFC6CA; }
a { background-color: rgb(255,198,202); }
div.DivClassName
{
background-color: #FFC6CA;
}
.BgClassName
{
background-color: #FFC6CA;
}
</style>
border-color css
<style>
span { border-color: #FFC6CA; }
span { border-color: rgb(255,198,202); }
td.TdClassName
{
border-color: #FFC6CA;
}
.TagClassName
{
border-color: #FFC6CA;
}
</style>