Shades of Romantic #FAC5A4
Tints of Romantic #FAC5A4
RGB
CMYK
RGB Variations
Color information
#FAC5A4 (or 0xFAC5A4) is known color: Romantic. HEX triplet: FA, C5 and A4. RGB value is (250,197,164). Sum of RGB (Red+Green+Blue) = 250+197+164=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5A4 is #053A5B. Grayscale: #D1D1D1. Windows color (decimal): -342620 or 10798586. OLE color: 10798586.
HSL color Cylindrical-coordinate representation of color #FAC5A4: hue angle of 23.02º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAC5A4 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 164 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.02 |
| HSL | 23.02º | 0.9% | 0.81% | - |
| HSV(B) | 23.02º | 0.34% | 0.98% | - |
| XYZ | 66.09 | 62.94 | 43.79 | - |
| YUV | 209.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 164 | 0 | 0.21 | 0.34 | 0.02 | 23.02 | 0.9 | 0.81 |
| Hex | FA | C5 | A4 | 0 | 15 | 22 | 2 | 17 | 5A | 51 |
| Octal | 372 | 305 | 244 | 0 | 25 | 42 | 2 | 27 | 132 | 121 |
| Binary | 11111010 | 11000101 | 10100100 | 0 | 10101 | 100010 | 10 | 10111 | 1011010 | 1010001 |
Color Harmonies of #FAC5A4
Complementary color
Monochromatic Colors of #FAC5A4
Black with #FAC5A4
Text Example
Text Example
White with #FAC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5A4; }
p { color: rgb(250,197,164); }
H1.HeaderClassName
{
color: #FAC5A4;
}
.AnyTagClassName
{
color: #FAC5A4;
}
</style>
background-color css
<style>
a { background-color: #FAC5A4; }
a { background-color: rgb(250,197,164); }
div.DivClassName
{
background-color: #FAC5A4;
}
.BgClassName
{
background-color: #FAC5A4;
}
</style>
border-color css
<style>
span { border-color: #FAC5A4; }
span { border-color: rgb(250,197,164); }
td.TdClassName
{
border-color: #FAC5A4;
}
.TagClassName
{
border-color: #FAC5A4;
}
</style>