Shades of Azalea #FAC3C8
Tints of Azalea #FAC3C8
RGB
CMYK
RGB Variations
Color information
#FAC3C8 (or 0xFAC3C8) is known color: Azalea. HEX triplet: FA, C3 and C8. RGB value is (250,195,200). Sum of RGB (Red+Green+Blue) = 250+195+200=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3C8 is #053C37. Grayscale: #D4D4D4. Windows color (decimal): -343096 or 13157370. OLE color: 13157370.
HSL color Cylindrical-coordinate representation of color #FAC3C8: hue angle of 354.55º degrees, saturation: 0.85, 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 #FAC3C8 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 200 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.02 |
| HSL | 354.55º | 0.85% | 0.87% | - |
| HSV(B) | 354.55º | 0.22% | 0.98% | - |
| XYZ | 69.36 | 63.52 | 63.25 | - |
| YUV | 212.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 200 | 0 | 0.22 | 0.2 | 0.02 | 354.55 | 0.85 | 0.87 |
| Hex | FA | C3 | C8 | 0 | 16 | 14 | 2 | 163 | 55 | 57 |
| Octal | 372 | 303 | 310 | 0 | 26 | 24 | 2 | 543 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11001000 | 0 | 10110 | 10100 | 10 | 101100011 | 1010101 | 1010111 |
Color Harmonies of #FAC3C8
Complementary color
Monochromatic Colors of #FAC3C8
Black with #FAC3C8
Text Example
Text Example
White with #FAC3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3C8; }
p { color: rgb(250,195,200); }
H1.HeaderClassName
{
color: #FAC3C8;
}
.AnyTagClassName
{
color: #FAC3C8;
}
</style>
background-color css
<style>
a { background-color: #FAC3C8; }
a { background-color: rgb(250,195,200); }
div.DivClassName
{
background-color: #FAC3C8;
}
.BgClassName
{
background-color: #FAC3C8;
}
</style>
border-color css
<style>
span { border-color: #FAC3C8; }
span { border-color: rgb(250,195,200); }
td.TdClassName
{
border-color: #FAC3C8;
}
.TagClassName
{
border-color: #FAC3C8;
}
</style>