Shades of Azalea #FAC6CB
Tints of Azalea #FAC6CB
RGB
CMYK
RGB Variations
Color information
#FAC6CB (or 0xFAC6CB) is known color: Azalea. HEX triplet: FA, C6 and CB. RGB value is (250,198,203). Sum of RGB (Red+Green+Blue) = 250+198+203=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6CB is #053934. Grayscale: #D6D6D6. Windows color (decimal): -342325 or 13354746. OLE color: 13354746.
HSL color Cylindrical-coordinate representation of color #FAC6CB: hue angle of 354.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC6CB is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 203 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.02 |
| HSL | 354.23º | 0.84% | 0.88% | - |
| HSV(B) | 354.23º | 0.21% | 0.98% | - |
| XYZ | 70.4 | 65.02 | 65.34 | - |
| YUV | 214.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 203 | 0 | 0.21 | 0.19 | 0.02 | 354.23 | 0.84 | 0.88 |
| Hex | FA | C6 | CB | 0 | 15 | 13 | 2 | 162 | 54 | 58 |
| Octal | 372 | 306 | 313 | 0 | 25 | 23 | 2 | 542 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11001011 | 0 | 10101 | 10011 | 10 | 101100010 | 1010100 | 1011000 |
Color Harmonies of #FAC6CB
Complementary color
Monochromatic Colors of #FAC6CB
Black with #FAC6CB
Text Example
Text Example
White with #FAC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6CB; }
p { color: rgb(250,198,203); }
H1.HeaderClassName
{
color: #FAC6CB;
}
.AnyTagClassName
{
color: #FAC6CB;
}
</style>
background-color css
<style>
a { background-color: #FAC6CB; }
a { background-color: rgb(250,198,203); }
div.DivClassName
{
background-color: #FAC6CB;
}
.BgClassName
{
background-color: #FAC6CB;
}
</style>
border-color css
<style>
span { border-color: #FAC6CB; }
span { border-color: rgb(250,198,203); }
td.TdClassName
{
border-color: #FAC6CB;
}
.TagClassName
{
border-color: #FAC6CB;
}
</style>