Shades of Azalea #FFCACC
Tints of Azalea #FFCACC
RGB
CMYK
RGB Variations
Color information
#FFCACC (or 0xFFCACC) is known color: Azalea. HEX triplet: FF, CA and CC. RGB value is (255,202,204). Sum of RGB (Red+Green+Blue) = 255+202+204=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACC is #003533. Grayscale: #DADADA. Windows color (decimal): -13620 or 13421311. OLE color: 13421311.
HSL color Cylindrical-coordinate representation of color #FFCACC: hue angle of 357.74º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCACC is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 204 | - |
| CMYK | 0 | 0.21 | 0.2 | 0 |
| HSL | 357.74º | 1% | 0.9% | - |
| HSV(B) | 357.74º | 0.21% | 1% | - |
| XYZ | 73.26 | 67.86 | 66.36 | - |
| YUV | 218.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 204 | 0 | 0.21 | 0.2 | 0 | 357.74 | 1 | 0.9 |
| Hex | FF | CA | CC | 0 | 15 | 14 | 0 | 166 | 64 | 5A |
| Octal | 377 | 312 | 314 | 0 | 25 | 24 | 0 | 546 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11001100 | 0 | 10101 | 10100 | 0 | 101100110 | 1100100 | 1011010 |
Color Harmonies of #FFCACC
Complementary color
Monochromatic Colors of #FFCACC
Black with #FFCACC
Text Example
Text Example
White with #FFCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCACC; }
p { color: rgb(255,202,204); }
H1.HeaderClassName
{
color: #FFCACC;
}
.AnyTagClassName
{
color: #FFCACC;
}
</style>
background-color css
<style>
a { background-color: #FFCACC; }
a { background-color: rgb(255,202,204); }
div.DivClassName
{
background-color: #FFCACC;
}
.BgClassName
{
background-color: #FFCACC;
}
</style>
border-color css
<style>
span { border-color: #FFCACC; }
span { border-color: rgb(255,202,204); }
td.TdClassName
{
border-color: #FFCACC;
}
.TagClassName
{
border-color: #FFCACC;
}
</style>