Shades of Azalea #FAC8CC
Tints of Azalea #FAC8CC
RGB
CMYK
RGB Variations
Color information
#FAC8CC (or 0xFAC8CC) is known color: Azalea. HEX triplet: FA, C8 and CC. RGB value is (250,200,204). Sum of RGB (Red+Green+Blue) = 250+200+204=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CC is #053733. Grayscale: #D7D7D7. Windows color (decimal): -341812 or 13420794. OLE color: 13420794.
HSL color Cylindrical-coordinate representation of color #FAC8CC: hue angle of 355.2º 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 #FAC8CC is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 204 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.02 |
| HSL | 355.2º | 0.83% | 0.88% | - |
| HSV(B) | 355.2º | 0.2% | 0.98% | - |
| XYZ | 70.98 | 65.99 | 66.12 | - |
| YUV | 215.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 204 | 0 | 0.2 | 0.18 | 0.02 | 355.2 | 0.83 | 0.88 |
| Hex | FA | C8 | CC | 0 | 14 | 12 | 2 | 163 | 53 | 58 |
| Octal | 372 | 310 | 314 | 0 | 24 | 22 | 2 | 543 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11001100 | 0 | 10100 | 10010 | 10 | 101100011 | 1010011 | 1011000 |
Color Harmonies of #FAC8CC
Complementary color
Monochromatic Colors of #FAC8CC
Black with #FAC8CC
Text Example
Text Example
White with #FAC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8CC; }
p { color: rgb(250,200,204); }
H1.HeaderClassName
{
color: #FAC8CC;
}
.AnyTagClassName
{
color: #FAC8CC;
}
</style>
background-color css
<style>
a { background-color: #FAC8CC; }
a { background-color: rgb(250,200,204); }
div.DivClassName
{
background-color: #FAC8CC;
}
.BgClassName
{
background-color: #FAC8CC;
}
</style>
border-color css
<style>
span { border-color: #FAC8CC; }
span { border-color: rgb(250,200,204); }
td.TdClassName
{
border-color: #FAC8CC;
}
.TagClassName
{
border-color: #FAC8CC;
}
</style>