Shades of Azalea #F9CACB
Tints of Azalea #F9CACB
RGB
CMYK
RGB Variations
Color information
#F9CACB (or 0xF9CACB) is known color: Azalea. HEX triplet: F9, CA and CB. RGB value is (249,202,203). Sum of RGB (Red+Green+Blue) = 249+202+203=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACB is #063534. Grayscale: #D8D8D8. Windows color (decimal): -406837 or 13355769. OLE color: 13355769.
HSL color Cylindrical-coordinate representation of color #F9CACB: hue angle of 358.72º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CACB is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 203 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 358.72º | 0.8% | 0.88% | - |
| HSV(B) | 358.72º | 0.19% | 0.98% | - |
| XYZ | 70.97 | 66.69 | 65.63 | - |
| YUV | 216.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 203 | 0 | 0.19 | 0.18 | 0.02 | 358.72 | 0.8 | 0.88 |
| Hex | F9 | CA | CB | 0 | 13 | 12 | 2 | 167 | 50 | 58 |
| Octal | 371 | 312 | 313 | 0 | 23 | 22 | 2 | 547 | 120 | 130 |
| Binary | 11111001 | 11001010 | 11001011 | 0 | 10011 | 10010 | 10 | 101100111 | 1010000 | 1011000 |
Color Harmonies of #F9CACB
Complementary color
Monochromatic Colors of #F9CACB
Black with #F9CACB
Text Example
Text Example
White with #F9CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CACB; }
p { color: rgb(249,202,203); }
H1.HeaderClassName
{
color: #F9CACB;
}
.AnyTagClassName
{
color: #F9CACB;
}
</style>
background-color css
<style>
a { background-color: #F9CACB; }
a { background-color: rgb(249,202,203); }
div.DivClassName
{
background-color: #F9CACB;
}
.BgClassName
{
background-color: #F9CACB;
}
</style>
border-color css
<style>
span { border-color: #F9CACB; }
span { border-color: rgb(249,202,203); }
td.TdClassName
{
border-color: #F9CACB;
}
.TagClassName
{
border-color: #F9CACB;
}
</style>