Shades of Azalea #FAC5CA
Tints of Azalea #FAC5CA
RGB
CMYK
RGB Variations
Color information
#FAC5CA (or 0xFAC5CA) is known color: Azalea. HEX triplet: FA, C5 and CA. RGB value is (250,197,202). Sum of RGB (Red+Green+Blue) = 250+197+202=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5CA is #053A35. Grayscale: #D5D5D5. Windows color (decimal): -342582 or 13288954. OLE color: 13288954.
HSL color Cylindrical-coordinate representation of color #FAC5CA: hue angle of 354.34º 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 #FAC5CA is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 202 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.02 |
| HSL | 354.34º | 0.84% | 0.88% | - |
| HSV(B) | 354.34º | 0.21% | 0.98% | - |
| XYZ | 70.05 | 64.52 | 64.64 | - |
| YUV | 213.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 202 | 0 | 0.21 | 0.19 | 0.02 | 354.34 | 0.84 | 0.88 |
| Hex | FA | C5 | CA | 0 | 15 | 13 | 2 | 162 | 54 | 58 |
| Octal | 372 | 305 | 312 | 0 | 25 | 23 | 2 | 542 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11001010 | 0 | 10101 | 10011 | 10 | 101100010 | 1010100 | 1011000 |
Color Harmonies of #FAC5CA
Complementary color
Monochromatic Colors of #FAC5CA
Black with #FAC5CA
Text Example
Text Example
White with #FAC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5CA; }
p { color: rgb(250,197,202); }
H1.HeaderClassName
{
color: #FAC5CA;
}
.AnyTagClassName
{
color: #FAC5CA;
}
</style>
background-color css
<style>
a { background-color: #FAC5CA; }
a { background-color: rgb(250,197,202); }
div.DivClassName
{
background-color: #FAC5CA;
}
.BgClassName
{
background-color: #FAC5CA;
}
</style>
border-color css
<style>
span { border-color: #FAC5CA; }
span { border-color: rgb(250,197,202); }
td.TdClassName
{
border-color: #FAC5CA;
}
.TagClassName
{
border-color: #FAC5CA;
}
</style>