Shades of Azalea #FAC5C6
Tints of Azalea #FAC5C6
RGB
CMYK
RGB Variations
Color information
#FAC5C6 (or 0xFAC5C6) is known color: Azalea. HEX triplet: FA, C5 and C6. RGB value is (250,197,198). Sum of RGB (Red+Green+Blue) = 250+197+198=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5C6 is #053A39. Grayscale: #D5D5D5. Windows color (decimal): -342586 or 13026810. OLE color: 13026810.
HSL color Cylindrical-coordinate representation of color #FAC5C6: hue angle of 358.87º 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 #FAC5C6 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 198 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.02 |
| HSL | 358.87º | 0.84% | 0.88% | - |
| HSV(B) | 358.87º | 0.21% | 0.98% | - |
| XYZ | 69.58 | 64.33 | 62.18 | - |
| YUV | 212.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 198 | 0 | 0.21 | 0.21 | 0.02 | 358.87 | 0.84 | 0.88 |
| Hex | FA | C5 | C6 | 0 | 15 | 15 | 2 | 167 | 54 | 58 |
| Octal | 372 | 305 | 306 | 0 | 25 | 25 | 2 | 547 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11000110 | 0 | 10101 | 10101 | 10 | 101100111 | 1010100 | 1011000 |
Color Harmonies of #FAC5C6
Complementary color
Monochromatic Colors of #FAC5C6
Black with #FAC5C6
Text Example
Text Example
White with #FAC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5C6; }
p { color: rgb(250,197,198); }
H1.HeaderClassName
{
color: #FAC5C6;
}
.AnyTagClassName
{
color: #FAC5C6;
}
</style>
background-color css
<style>
a { background-color: #FAC5C6; }
a { background-color: rgb(250,197,198); }
div.DivClassName
{
background-color: #FAC5C6;
}
.BgClassName
{
background-color: #FAC5C6;
}
</style>
border-color css
<style>
span { border-color: #FAC5C6; }
span { border-color: rgb(250,197,198); }
td.TdClassName
{
border-color: #FAC5C6;
}
.TagClassName
{
border-color: #FAC5C6;
}
</style>