Shades of Azalea #FAC9CD
Tints of Azalea #FAC9CD
RGB
CMYK
RGB Variations
Color information
#FAC9CD (or 0xFAC9CD) is known color: Azalea. HEX triplet: FA, C9 and CD. RGB value is (250,201,205). Sum of RGB (Red+Green+Blue) = 250+201+205=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CD is #053632. Grayscale: #D8D8D8. Windows color (decimal): -341555 or 13486586. OLE color: 13486586.
HSL color Cylindrical-coordinate representation of color #FAC9CD: hue angle of 355.1º degrees, saturation: 0.83, 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 #FAC9CD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 205 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.02 |
| HSL | 355.1º | 0.83% | 0.88% | - |
| HSV(B) | 355.1º | 0.2% | 0.98% | - |
| XYZ | 71.33 | 66.51 | 66.83 | - |
| YUV | 216.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 205 | 0 | 0.20 | 0.18 | 0.02 | 355.1 | 0.83 | 0.88 |
| Hex | FA | C9 | CD | 0 | 14 | 12 | 2 | 163 | 53 | 58 |
| Octal | 372 | 311 | 315 | 0 | 24 | 22 | 2 | 543 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11001101 | 0 | 10100 | 10010 | 10 | 101100011 | 1010011 | 1011000 |
Color Harmonies of #FAC9CD
Complementary color
Monochromatic Colors of #FAC9CD
Black with #FAC9CD
Text Example
Text Example
White with #FAC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9CD; }
p { color: rgb(250,201,205); }
H1.HeaderClassName
{
color: #FAC9CD;
}
.AnyTagClassName
{
color: #FAC9CD;
}
</style>
background-color css
<style>
a { background-color: #FAC9CD; }
a { background-color: rgb(250,201,205); }
div.DivClassName
{
background-color: #FAC9CD;
}
.BgClassName
{
background-color: #FAC9CD;
}
</style>
border-color css
<style>
span { border-color: #FAC9CD; }
span { border-color: rgb(250,201,205); }
td.TdClassName
{
border-color: #FAC9CD;
}
.TagClassName
{
border-color: #FAC9CD;
}
</style>