Shades of Azalea #FACBCC
Tints of Azalea #FACBCC
RGB
CMYK
RGB Variations
Color information
#FACBCC (or 0xFACBCC) is known color: Azalea. HEX triplet: FA, CB and CC. RGB value is (250,203,204). Sum of RGB (Red+Green+Blue) = 250+203+204=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBCC is #053433. Grayscale: #D9D9D9. Windows color (decimal): -341044 or 13421562. OLE color: 13421562.
HSL color Cylindrical-coordinate representation of color #FACBCC: hue angle of 358.72º degrees, saturation: 0.82, 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 #FACBCC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 204 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 358.72º | 0.82% | 0.89% | - |
| HSV(B) | 358.72º | 0.19% | 0.98% | - |
| XYZ | 71.68 | 67.4 | 66.36 | - |
| YUV | 217.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 204 | 0 | 0.19 | 0.18 | 0.02 | 358.72 | 0.82 | 0.89 |
| Hex | FA | CB | CC | 0 | 13 | 12 | 2 | 167 | 52 | 59 |
| Octal | 372 | 313 | 314 | 0 | 23 | 22 | 2 | 547 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11001100 | 0 | 10011 | 10010 | 10 | 101100111 | 1010010 | 1011001 |
Color Harmonies of #FACBCC
Complementary color
Monochromatic Colors of #FACBCC
Black with #FACBCC
Text Example
Text Example
White with #FACBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBCC; }
p { color: rgb(250,203,204); }
H1.HeaderClassName
{
color: #FACBCC;
}
.AnyTagClassName
{
color: #FACBCC;
}
</style>
background-color css
<style>
a { background-color: #FACBCC; }
a { background-color: rgb(250,203,204); }
div.DivClassName
{
background-color: #FACBCC;
}
.BgClassName
{
background-color: #FACBCC;
}
</style>
border-color css
<style>
span { border-color: #FACBCC; }
span { border-color: rgb(250,203,204); }
td.TdClassName
{
border-color: #FACBCC;
}
.TagClassName
{
border-color: #FACBCC;
}
</style>