Shades of Azalea #F9C8CA
Tints of Azalea #F9C8CA
RGB
CMYK
RGB Variations
Color information
#F9C8CA (or 0xF9C8CA) is known color: Azalea. HEX triplet: F9, C8 and CA. RGB value is (249,200,202). Sum of RGB (Red+Green+Blue) = 249+200+202=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8CA is #063735. Grayscale: #D6D6D6. Windows color (decimal): -407350 or 13289721. OLE color: 13289721.
HSL color Cylindrical-coordinate representation of color #F9C8CA: hue angle of 357.55º degrees, saturation: 0.8, 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 #F9C8CA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 202 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.02 |
| HSL | 357.55º | 0.8% | 0.88% | - |
| HSV(B) | 357.55º | 0.2% | 0.98% | - |
| XYZ | 70.38 | 65.71 | 64.85 | - |
| YUV | 214.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 202 | 0 | 0.20 | 0.19 | 0.02 | 357.55 | 0.8 | 0.88 |
| Hex | F9 | C8 | CA | 0 | 14 | 13 | 2 | 166 | 50 | 58 |
| Octal | 371 | 310 | 312 | 0 | 24 | 23 | 2 | 546 | 120 | 130 |
| Binary | 11111001 | 11001000 | 11001010 | 0 | 10100 | 10011 | 10 | 101100110 | 1010000 | 1011000 |
Color Harmonies of #F9C8CA
Complementary color
Monochromatic Colors of #F9C8CA
Black with #F9C8CA
Text Example
Text Example
White with #F9C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8CA; }
p { color: rgb(249,200,202); }
H1.HeaderClassName
{
color: #F9C8CA;
}
.AnyTagClassName
{
color: #F9C8CA;
}
</style>
background-color css
<style>
a { background-color: #F9C8CA; }
a { background-color: rgb(249,200,202); }
div.DivClassName
{
background-color: #F9C8CA;
}
.BgClassName
{
background-color: #F9C8CA;
}
</style>
border-color css
<style>
span { border-color: #F9C8CA; }
span { border-color: rgb(249,200,202); }
td.TdClassName
{
border-color: #F9C8CA;
}
.TagClassName
{
border-color: #F9C8CA;
}
</style>