Shades of Azalea #F4C5CA
Tints of Azalea #F4C5CA
RGB
CMYK
RGB Variations
Color information
#F4C5CA (or 0xF4C5CA) is known color: Azalea. HEX triplet: F4, C5 and CA. RGB value is (244,197,202). Sum of RGB (Red+Green+Blue) = 244+197+202=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5CA is #0B3A35. Grayscale: #D3D3D3. Windows color (decimal): -735798 or 13288948. OLE color: 13288948.
HSL color Cylindrical-coordinate representation of color #F4C5CA: hue angle of 353.62º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C5CA is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 202 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.04 |
| HSL | 353.62º | 0.68% | 0.86% | - |
| HSV(B) | 353.62º | 0.19% | 0.96% | - |
| XYZ | 67.94 | 63.43 | 64.54 | - |
| YUV | 211.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 202 | 0 | 0.19 | 0.17 | 0.04 | 353.62 | 0.68 | 0.86 |
| Hex | F4 | C5 | CA | 0 | 13 | 11 | 4 | 162 | 44 | 56 |
| Octal | 364 | 305 | 312 | 0 | 23 | 21 | 4 | 542 | 104 | 126 |
| Binary | 11110100 | 11000101 | 11001010 | 0 | 10011 | 10001 | 100 | 101100010 | 1000100 | 1010110 |
Color Harmonies of #F4C5CA
Complementary color
Monochromatic Colors of #F4C5CA
Black with #F4C5CA
Text Example
Text Example
White with #F4C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5CA; }
p { color: rgb(244,197,202); }
H1.HeaderClassName
{
color: #F4C5CA;
}
.AnyTagClassName
{
color: #F4C5CA;
}
</style>
background-color css
<style>
a { background-color: #F4C5CA; }
a { background-color: rgb(244,197,202); }
div.DivClassName
{
background-color: #F4C5CA;
}
.BgClassName
{
background-color: #F4C5CA;
}
</style>
border-color css
<style>
span { border-color: #F4C5CA; }
span { border-color: rgb(244,197,202); }
td.TdClassName
{
border-color: #F4C5CA;
}
.TagClassName
{
border-color: #F4C5CA;
}
</style>