Shades of Azalea #F9C8CC
Tints of Azalea #F9C8CC
RGB
CMYK
RGB Variations
Color information
#F9C8CC (or 0xF9C8CC) is known color: Azalea. HEX triplet: F9, C8 and CC. RGB value is (249,200,204). Sum of RGB (Red+Green+Blue) = 249+200+204=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8CC is #063733. Grayscale: #D7D7D7. Windows color (decimal): -407348 or 13420793. OLE color: 13420793.
HSL color Cylindrical-coordinate representation of color #F9C8CC: hue angle of 355.1º 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 #F9C8CC is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 204 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.02 |
| HSL | 355.1º | 0.8% | 0.88% | - |
| HSV(B) | 355.1º | 0.2% | 0.98% | - |
| XYZ | 70.62 | 65.81 | 66.11 | - |
| YUV | 215.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 204 | 0 | 0.20 | 0.18 | 0.02 | 355.1 | 0.8 | 0.88 |
| Hex | F9 | C8 | CC | 0 | 14 | 12 | 2 | 163 | 50 | 58 |
| Octal | 371 | 310 | 314 | 0 | 24 | 22 | 2 | 543 | 120 | 130 |
| Binary | 11111001 | 11001000 | 11001100 | 0 | 10100 | 10010 | 10 | 101100011 | 1010000 | 1011000 |
Color Harmonies of #F9C8CC
Complementary color
Monochromatic Colors of #F9C8CC
Black with #F9C8CC
Text Example
Text Example
White with #F9C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8CC; }
p { color: rgb(249,200,204); }
H1.HeaderClassName
{
color: #F9C8CC;
}
.AnyTagClassName
{
color: #F9C8CC;
}
</style>
background-color css
<style>
a { background-color: #F9C8CC; }
a { background-color: rgb(249,200,204); }
div.DivClassName
{
background-color: #F9C8CC;
}
.BgClassName
{
background-color: #F9C8CC;
}
</style>
border-color css
<style>
span { border-color: #F9C8CC; }
span { border-color: rgb(249,200,204); }
td.TdClassName
{
border-color: #F9C8CC;
}
.TagClassName
{
border-color: #F9C8CC;
}
</style>