Shades of Azalea #F4C8CA
Tints of Azalea #F4C8CA
RGB
CMYK
RGB Variations
Color information
#F4C8CA (or 0xF4C8CA) is known color: Azalea. HEX triplet: F4, C8 and CA. RGB value is (244,200,202). Sum of RGB (Red+Green+Blue) = 244+200+202=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C8CA is #0B3735. Grayscale: #D5D5D5. Windows color (decimal): -735030 or 13289716. OLE color: 13289716.
HSL color Cylindrical-coordinate representation of color #F4C8CA: hue angle of 357.27º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4C8CA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 202 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.04 |
| HSL | 357.27º | 0.67% | 0.87% | - |
| HSV(B) | 357.27º | 0.18% | 0.96% | - |
| XYZ | 68.62 | 64.81 | 64.77 | - |
| YUV | 213.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 202 | 0 | 0.18 | 0.17 | 0.04 | 357.27 | 0.67 | 0.87 |
| Hex | F4 | C8 | CA | 0 | 12 | 11 | 4 | 165 | 43 | 57 |
| Octal | 364 | 310 | 312 | 0 | 22 | 21 | 4 | 545 | 103 | 127 |
| Binary | 11110100 | 11001000 | 11001010 | 0 | 10010 | 10001 | 100 | 101100101 | 1000011 | 1010111 |
Color Harmonies of #F4C8CA
Complementary color
Monochromatic Colors of #F4C8CA
Black with #F4C8CA
Text Example
Text Example
White with #F4C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C8CA; }
p { color: rgb(244,200,202); }
H1.HeaderClassName
{
color: #F4C8CA;
}
.AnyTagClassName
{
color: #F4C8CA;
}
</style>
background-color css
<style>
a { background-color: #F4C8CA; }
a { background-color: rgb(244,200,202); }
div.DivClassName
{
background-color: #F4C8CA;
}
.BgClassName
{
background-color: #F4C8CA;
}
</style>
border-color css
<style>
span { border-color: #F4C8CA; }
span { border-color: rgb(244,200,202); }
td.TdClassName
{
border-color: #F4C8CA;
}
.TagClassName
{
border-color: #F4C8CA;
}
</style>