Shades of Azalea #FAC4C6
Tints of Azalea #FAC4C6
RGB
CMYK
RGB Variations
Color information
#FAC4C6 (or 0xFAC4C6) is known color: Azalea. HEX triplet: FA, C4 and C6. RGB value is (250,196,198). Sum of RGB (Red+Green+Blue) = 250+196+198=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4C6 is #053B39. Grayscale: #D4D4D4. Windows color (decimal): -342842 or 13026554. OLE color: 13026554.
HSL color Cylindrical-coordinate representation of color #FAC4C6: hue angle of 357.78º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC4C6 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 198 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.02 |
| HSL | 357.78º | 0.84% | 0.87% | - |
| HSV(B) | 357.78º | 0.22% | 0.98% | - |
| XYZ | 69.36 | 63.88 | 62.1 | - |
| YUV | 212.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 198 | 0 | 0.22 | 0.21 | 0.02 | 357.78 | 0.84 | 0.87 |
| Hex | FA | C4 | C6 | 0 | 16 | 15 | 2 | 166 | 54 | 57 |
| Octal | 372 | 304 | 306 | 0 | 26 | 25 | 2 | 546 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11000110 | 0 | 10110 | 10101 | 10 | 101100110 | 1010100 | 1010111 |
Color Harmonies of #FAC4C6
Complementary color
Monochromatic Colors of #FAC4C6
Black with #FAC4C6
Text Example
Text Example
White with #FAC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4C6; }
p { color: rgb(250,196,198); }
H1.HeaderClassName
{
color: #FAC4C6;
}
.AnyTagClassName
{
color: #FAC4C6;
}
</style>
background-color css
<style>
a { background-color: #FAC4C6; }
a { background-color: rgb(250,196,198); }
div.DivClassName
{
background-color: #FAC4C6;
}
.BgClassName
{
background-color: #FAC4C6;
}
</style>
border-color css
<style>
span { border-color: #FAC4C6; }
span { border-color: rgb(250,196,198); }
td.TdClassName
{
border-color: #FAC4C6;
}
.TagClassName
{
border-color: #FAC4C6;
}
</style>