Shades of Azalea #FACACC
Tints of Azalea #FACACC
RGB
CMYK
RGB Variations
Color information
#FACACC (or 0xFACACC) is known color: Azalea. HEX triplet: FA, CA and CC. RGB value is (250,202,204). Sum of RGB (Red+Green+Blue) = 250+202+204=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FACACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACACC is #053533. Grayscale: #D8D8D8. Windows color (decimal): -341300 or 13421306. OLE color: 13421306.
HSL color Cylindrical-coordinate representation of color #FACACC: hue angle of 357.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACACC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 204 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 357.5º | 0.83% | 0.89% | - |
| HSV(B) | 357.5º | 0.19% | 0.98% | - |
| XYZ | 71.44 | 66.92 | 66.28 | - |
| YUV | 216.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 204 | 0 | 0.19 | 0.18 | 0.02 | 357.5 | 0.83 | 0.89 |
| Hex | FA | CA | CC | 0 | 13 | 12 | 2 | 166 | 53 | 59 |
| Octal | 372 | 312 | 314 | 0 | 23 | 22 | 2 | 546 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11001100 | 0 | 10011 | 10010 | 10 | 101100110 | 1010011 | 1011001 |
Color Harmonies of #FACACC
Complementary color
Monochromatic Colors of #FACACC
Black with #FACACC
Text Example
Text Example
White with #FACACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACACC; }
p { color: rgb(250,202,204); }
H1.HeaderClassName
{
color: #FACACC;
}
.AnyTagClassName
{
color: #FACACC;
}
</style>
background-color css
<style>
a { background-color: #FACACC; }
a { background-color: rgb(250,202,204); }
div.DivClassName
{
background-color: #FACACC;
}
.BgClassName
{
background-color: #FACACC;
}
</style>
border-color css
<style>
span { border-color: #FACACC; }
span { border-color: rgb(250,202,204); }
td.TdClassName
{
border-color: #FACACC;
}
.TagClassName
{
border-color: #FACACC;
}
</style>