Shades of Azalea #FAC7CB
Tints of Azalea #FAC7CB
RGB
CMYK
RGB Variations
Color information
#FAC7CB (or 0xFAC7CB) is known color: Azalea. HEX triplet: FA, C7 and CB. RGB value is (250,199,203). Sum of RGB (Red+Green+Blue) = 250+199+203=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CB is #053834. Grayscale: #D6D6D6. Windows color (decimal): -342069 or 13355002. OLE color: 13355002.
HSL color Cylindrical-coordinate representation of color #FAC7CB: hue angle of 355.29º degrees, saturation: 0.84, 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 #FAC7CB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 203 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.02 |
| HSL | 355.29º | 0.84% | 0.88% | - |
| HSV(B) | 355.29º | 0.2% | 0.98% | - |
| XYZ | 70.63 | 65.48 | 65.42 | - |
| YUV | 214.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 203 | 0 | 0.20 | 0.19 | 0.02 | 355.29 | 0.84 | 0.88 |
| Hex | FA | C7 | CB | 0 | 14 | 13 | 2 | 163 | 54 | 58 |
| Octal | 372 | 307 | 313 | 0 | 24 | 23 | 2 | 543 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11001011 | 0 | 10100 | 10011 | 10 | 101100011 | 1010100 | 1011000 |
Color Harmonies of #FAC7CB
Complementary color
Monochromatic Colors of #FAC7CB
Black with #FAC7CB
Text Example
Text Example
White with #FAC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7CB; }
p { color: rgb(250,199,203); }
H1.HeaderClassName
{
color: #FAC7CB;
}
.AnyTagClassName
{
color: #FAC7CB;
}
</style>
background-color css
<style>
a { background-color: #FAC7CB; }
a { background-color: rgb(250,199,203); }
div.DivClassName
{
background-color: #FAC7CB;
}
.BgClassName
{
background-color: #FAC7CB;
}
</style>
border-color css
<style>
span { border-color: #FAC7CB; }
span { border-color: rgb(250,199,203); }
td.TdClassName
{
border-color: #FAC7CB;
}
.TagClassName
{
border-color: #FAC7CB;
}
</style>