Shades of Romantic #FAC19E
Tints of Romantic #FAC19E
RGB
CMYK
RGB Variations
Color information
#FAC19E (or 0xFAC19E) is known color: Romantic. HEX triplet: FA, C1 and 9E. RGB value is (250,193,158). Sum of RGB (Red+Green+Blue) = 250+193+158=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC19E is #053E61. Grayscale: #CECECE. Windows color (decimal): -343650 or 10404346. OLE color: 10404346.
HSL color Cylindrical-coordinate representation of color #FAC19E: hue angle of 22.83º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAC19E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 158 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.02 |
| HSL | 22.83º | 0.9% | 0.8% | - |
| HSV(B) | 22.83º | 0.37% | 0.98% | - |
| XYZ | 64.67 | 60.93 | 40.7 | - |
| YUV | 206.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 158 | 0 | 0.23 | 0.37 | 0.02 | 22.83 | 0.9 | 0.8 |
| Hex | FA | C1 | 9E | 0 | 17 | 25 | 2 | 17 | 5A | 50 |
| Octal | 372 | 301 | 236 | 0 | 27 | 45 | 2 | 27 | 132 | 120 |
| Binary | 11111010 | 11000001 | 10011110 | 0 | 10111 | 100101 | 10 | 10111 | 1011010 | 1010000 |
Color Harmonies of #FAC19E
Complementary color
Monochromatic Colors of #FAC19E
Black with #FAC19E
Text Example
Text Example
White with #FAC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC19E; }
p { color: rgb(250,193,158); }
H1.HeaderClassName
{
color: #FAC19E;
}
.AnyTagClassName
{
color: #FAC19E;
}
</style>
background-color css
<style>
a { background-color: #FAC19E; }
a { background-color: rgb(250,193,158); }
div.DivClassName
{
background-color: #FAC19E;
}
.BgClassName
{
background-color: #FAC19E;
}
</style>
border-color css
<style>
span { border-color: #FAC19E; }
span { border-color: rgb(250,193,158); }
td.TdClassName
{
border-color: #FAC19E;
}
.TagClassName
{
border-color: #FAC19E;
}
</style>