Shades of Azalea #F9C7CA
Tints of Azalea #F9C7CA
RGB
CMYK
RGB Variations
Color information
#F9C7CA (or 0xF9C7CA) is known color: Azalea. HEX triplet: F9, C7 and CA. RGB value is (249,199,202). Sum of RGB (Red+Green+Blue) = 249+199+202=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7CA is #063835. Grayscale: #D6D6D6. Windows color (decimal): -407606 or 13289465. OLE color: 13289465.
HSL color Cylindrical-coordinate representation of color #F9C7CA: hue angle of 356.4º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C7CA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 202 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.02 |
| HSL | 356.4º | 0.81% | 0.88% | - |
| HSV(B) | 356.4º | 0.2% | 0.98% | - |
| XYZ | 70.15 | 65.25 | 64.77 | - |
| YUV | 214.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 202 | 0 | 0.20 | 0.19 | 0.02 | 356.4 | 0.81 | 0.88 |
| Hex | F9 | C7 | CA | 0 | 14 | 13 | 2 | 164 | 51 | 58 |
| Octal | 371 | 307 | 312 | 0 | 24 | 23 | 2 | 544 | 121 | 130 |
| Binary | 11111001 | 11000111 | 11001010 | 0 | 10100 | 10011 | 10 | 101100100 | 1010001 | 1011000 |
Color Harmonies of #F9C7CA
Complementary color
Monochromatic Colors of #F9C7CA
Black with #F9C7CA
Text Example
Text Example
White with #F9C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7CA; }
p { color: rgb(249,199,202); }
H1.HeaderClassName
{
color: #F9C7CA;
}
.AnyTagClassName
{
color: #F9C7CA;
}
</style>
background-color css
<style>
a { background-color: #F9C7CA; }
a { background-color: rgb(249,199,202); }
div.DivClassName
{
background-color: #F9C7CA;
}
.BgClassName
{
background-color: #F9C7CA;
}
</style>
border-color css
<style>
span { border-color: #F9C7CA; }
span { border-color: rgb(249,199,202); }
td.TdClassName
{
border-color: #F9C7CA;
}
.TagClassName
{
border-color: #F9C7CA;
}
</style>