Shades of Azalea #FAC9CB
Tints of Azalea #FAC9CB
RGB
CMYK
RGB Variations
Color information
#FAC9CB (or 0xFAC9CB) is known color: Azalea. HEX triplet: FA, C9 and CB. RGB value is (250,201,203). Sum of RGB (Red+Green+Blue) = 250+201+203=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CB is #053634. Grayscale: #D7D7D7. Windows color (decimal): -341557 or 13355514. OLE color: 13355514.
HSL color Cylindrical-coordinate representation of color #FAC9CB: hue angle of 357.55º 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 #FAC9CB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 203 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.02 |
| HSL | 357.55º | 0.83% | 0.88% | - |
| HSV(B) | 357.55º | 0.2% | 0.98% | - |
| XYZ | 71.09 | 66.41 | 65.57 | - |
| YUV | 215.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 203 | 0 | 0.20 | 0.19 | 0.02 | 357.55 | 0.83 | 0.88 |
| Hex | FA | C9 | CB | 0 | 14 | 13 | 2 | 166 | 53 | 58 |
| Octal | 372 | 311 | 313 | 0 | 24 | 23 | 2 | 546 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11001011 | 0 | 10100 | 10011 | 10 | 101100110 | 1010011 | 1011000 |
Color Harmonies of #FAC9CB
Complementary color
Monochromatic Colors of #FAC9CB
Black with #FAC9CB
Text Example
Text Example
White with #FAC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9CB; }
p { color: rgb(250,201,203); }
H1.HeaderClassName
{
color: #FAC9CB;
}
.AnyTagClassName
{
color: #FAC9CB;
}
</style>
background-color css
<style>
a { background-color: #FAC9CB; }
a { background-color: rgb(250,201,203); }
div.DivClassName
{
background-color: #FAC9CB;
}
.BgClassName
{
background-color: #FAC9CB;
}
</style>
border-color css
<style>
span { border-color: #FAC9CB; }
span { border-color: rgb(250,201,203); }
td.TdClassName
{
border-color: #FAC9CB;
}
.TagClassName
{
border-color: #FAC9CB;
}
</style>