Shades of Azalea #FACBCD
Tints of Azalea #FACBCD
RGB
CMYK
RGB Variations
Color information
#FACBCD (or 0xFACBCD) is known color: Azalea. HEX triplet: FA, CB and CD. RGB value is (250,203,205). Sum of RGB (Red+Green+Blue) = 250+203+205=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBCD is #053432. Grayscale: #D9D9D9. Windows color (decimal): -341043 or 13487098. OLE color: 13487098.
HSL color Cylindrical-coordinate representation of color #FACBCD: hue angle of 357.45º 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 #FACBCD is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 205 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 357.45º | 0.82% | 0.89% | - |
| HSV(B) | 357.45º | 0.19% | 0.98% | - |
| XYZ | 71.8 | 67.44 | 66.99 | - |
| YUV | 217.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 205 | 0 | 0.19 | 0.18 | 0.02 | 357.45 | 0.82 | 0.89 |
| Hex | FA | CB | CD | 0 | 13 | 12 | 2 | 165 | 52 | 59 |
| Octal | 372 | 313 | 315 | 0 | 23 | 22 | 2 | 545 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11001101 | 0 | 10011 | 10010 | 10 | 101100101 | 1010010 | 1011001 |
Color Harmonies of #FACBCD
Complementary color
Monochromatic Colors of #FACBCD
Black with #FACBCD
Text Example
Text Example
White with #FACBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBCD; }
p { color: rgb(250,203,205); }
H1.HeaderClassName
{
color: #FACBCD;
}
.AnyTagClassName
{
color: #FACBCD;
}
</style>
background-color css
<style>
a { background-color: #FACBCD; }
a { background-color: rgb(250,203,205); }
div.DivClassName
{
background-color: #FACBCD;
}
.BgClassName
{
background-color: #FACBCD;
}
</style>
border-color css
<style>
span { border-color: #FACBCD; }
span { border-color: rgb(250,203,205); }
td.TdClassName
{
border-color: #FACBCD;
}
.TagClassName
{
border-color: #FACBCD;
}
</style>