Shades of Romantic #FAC6A1
Tints of Romantic #FAC6A1
RGB
CMYK
RGB Variations
Color information
#FAC6A1 (or 0xFAC6A1) is known color: Romantic. HEX triplet: FA, C6 and A1. RGB value is (250,198,161). Sum of RGB (Red+Green+Blue) = 250+198+161=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A1 is #05395E. Grayscale: #D1D1D1. Windows color (decimal): -342367 or 10602234. OLE color: 10602234.
HSL color Cylindrical-coordinate representation of color #FAC6A1: hue angle of 24.94º 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 #FAC6A1 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 161 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.02 |
| HSL | 24.94º | 0.9% | 0.81% | - |
| HSV(B) | 24.94º | 0.36% | 0.98% | - |
| XYZ | 66.05 | 63.29 | 42.45 | - |
| YUV | 209.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 161 | 0 | 0.21 | 0.36 | 0.02 | 24.94 | 0.9 | 0.81 |
| Hex | FA | C6 | A1 | 0 | 15 | 24 | 2 | 19 | 5A | 51 |
| Octal | 372 | 306 | 241 | 0 | 25 | 44 | 2 | 31 | 132 | 121 |
| Binary | 11111010 | 11000110 | 10100001 | 0 | 10101 | 100100 | 10 | 11001 | 1011010 | 1010001 |
Color Harmonies of #FAC6A1
Complementary color
Monochromatic Colors of #FAC6A1
Black with #FAC6A1
Text Example
Text Example
White with #FAC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6A1; }
p { color: rgb(250,198,161); }
H1.HeaderClassName
{
color: #FAC6A1;
}
.AnyTagClassName
{
color: #FAC6A1;
}
</style>
background-color css
<style>
a { background-color: #FAC6A1; }
a { background-color: rgb(250,198,161); }
div.DivClassName
{
background-color: #FAC6A1;
}
.BgClassName
{
background-color: #FAC6A1;
}
</style>
border-color css
<style>
span { border-color: #FAC6A1; }
span { border-color: rgb(250,198,161); }
td.TdClassName
{
border-color: #FAC6A1;
}
.TagClassName
{
border-color: #FAC6A1;
}
</style>