Shades of Azalea #FAC5C9
Tints of Azalea #FAC5C9
RGB
CMYK
RGB Variations
Color information
#FAC5C9 (or 0xFAC5C9) is known color: Azalea. HEX triplet: FA, C5 and C9. RGB value is (250,197,201). Sum of RGB (Red+Green+Blue) = 250+197+201=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5C9 is #053A36. Grayscale: #D5D5D5. Windows color (decimal): -342583 or 13223418. OLE color: 13223418.
HSL color Cylindrical-coordinate representation of color #FAC5C9: hue angle of 355.47º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5C9 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 201 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.02 |
| HSL | 355.47º | 0.84% | 0.88% | - |
| HSV(B) | 355.47º | 0.21% | 0.98% | - |
| XYZ | 69.93 | 64.47 | 64.02 | - |
| YUV | 213.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 201 | 0 | 0.21 | 0.20 | 0.02 | 355.47 | 0.84 | 0.88 |
| Hex | FA | C5 | C9 | 0 | 15 | 14 | 2 | 163 | 54 | 58 |
| Octal | 372 | 305 | 311 | 0 | 25 | 24 | 2 | 543 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11001001 | 0 | 10101 | 10100 | 10 | 101100011 | 1010100 | 1011000 |
Color Harmonies of #FAC5C9
Complementary color
Monochromatic Colors of #FAC5C9
Black with #FAC5C9
Text Example
Text Example
White with #FAC5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5C9; }
p { color: rgb(250,197,201); }
H1.HeaderClassName
{
color: #FAC5C9;
}
.AnyTagClassName
{
color: #FAC5C9;
}
</style>
background-color css
<style>
a { background-color: #FAC5C9; }
a { background-color: rgb(250,197,201); }
div.DivClassName
{
background-color: #FAC5C9;
}
.BgClassName
{
background-color: #FAC5C9;
}
</style>
border-color css
<style>
span { border-color: #FAC5C9; }
span { border-color: rgb(250,197,201); }
td.TdClassName
{
border-color: #FAC5C9;
}
.TagClassName
{
border-color: #FAC5C9;
}
</style>