Shades of Romantic #FAC5A1
Tints of Romantic #FAC5A1
RGB
CMYK
RGB Variations
Color information
#FAC5A1 (or 0xFAC5A1) is known color: Romantic. HEX triplet: FA, C5 and A1. RGB value is (250,197,161). Sum of RGB (Red+Green+Blue) = 250+197+161=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5A1 is #053A5E. Grayscale: #D0D0D0. Windows color (decimal): -342623 or 10601978. OLE color: 10601978.
HSL color Cylindrical-coordinate representation of color #FAC5A1: hue angle of 24.27º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAC5A1 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 161 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.02 |
| HSL | 24.27º | 0.9% | 0.81% | - |
| HSV(B) | 24.27º | 0.36% | 0.98% | - |
| XYZ | 65.82 | 62.83 | 42.38 | - |
| YUV | 208.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 161 | 0 | 0.21 | 0.36 | 0.02 | 24.27 | 0.9 | 0.81 |
| Hex | FA | C5 | A1 | 0 | 15 | 24 | 2 | 18 | 5A | 51 |
| Octal | 372 | 305 | 241 | 0 | 25 | 44 | 2 | 30 | 132 | 121 |
| Binary | 11111010 | 11000101 | 10100001 | 0 | 10101 | 100100 | 10 | 11000 | 1011010 | 1010001 |
Color Harmonies of #FAC5A1
Complementary color
Monochromatic Colors of #FAC5A1
Black with #FAC5A1
Text Example
Text Example
White with #FAC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5A1; }
p { color: rgb(250,197,161); }
H1.HeaderClassName
{
color: #FAC5A1;
}
.AnyTagClassName
{
color: #FAC5A1;
}
</style>
background-color css
<style>
a { background-color: #FAC5A1; }
a { background-color: rgb(250,197,161); }
div.DivClassName
{
background-color: #FAC5A1;
}
.BgClassName
{
background-color: #FAC5A1;
}
</style>
border-color css
<style>
span { border-color: #FAC5A1; }
span { border-color: rgb(250,197,161); }
td.TdClassName
{
border-color: #FAC5A1;
}
.TagClassName
{
border-color: #FAC5A1;
}
</style>