Shades of Azalea #F4CACC
Tints of Azalea #F4CACC
RGB
CMYK
RGB Variations
Color information
#F4CACC (or 0xF4CACC) is known color: Azalea. HEX triplet: F4, CA and CC. RGB value is (244,202,204). Sum of RGB (Red+Green+Blue) = 244+202+204=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CACC is #0B3533. Grayscale: #D6D6D6. Windows color (decimal): -734516 or 13421300. OLE color: 13421300.
HSL color Cylindrical-coordinate representation of color #F4CACC: hue angle of 357.14º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CACC is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 204 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.04 |
| HSL | 357.14º | 0.66% | 0.87% | - |
| HSV(B) | 357.14º | 0.17% | 0.96% | - |
| XYZ | 69.33 | 65.83 | 66.18 | - |
| YUV | 214.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 204 | 0 | 0.17 | 0.16 | 0.04 | 357.14 | 0.66 | 0.87 |
| Hex | F4 | CA | CC | 0 | 11 | 10 | 4 | 165 | 42 | 57 |
| Octal | 364 | 312 | 314 | 0 | 21 | 20 | 4 | 545 | 102 | 127 |
| Binary | 11110100 | 11001010 | 11001100 | 0 | 10001 | 10000 | 100 | 101100101 | 1000010 | 1010111 |
Color Harmonies of #F4CACC
Complementary color
Monochromatic Colors of #F4CACC
Black with #F4CACC
Text Example
Text Example
White with #F4CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CACC; }
p { color: rgb(244,202,204); }
H1.HeaderClassName
{
color: #F4CACC;
}
.AnyTagClassName
{
color: #F4CACC;
}
</style>
background-color css
<style>
a { background-color: #F4CACC; }
a { background-color: rgb(244,202,204); }
div.DivClassName
{
background-color: #F4CACC;
}
.BgClassName
{
background-color: #F4CACC;
}
</style>
border-color css
<style>
span { border-color: #F4CACC; }
span { border-color: rgb(244,202,204); }
td.TdClassName
{
border-color: #F4CACC;
}
.TagClassName
{
border-color: #F4CACC;
}
</style>