Shades of Romantic #FAC29E
Tints of Romantic #FAC29E
RGB
CMYK
RGB Variations
Color information
#FAC29E (or 0xFAC29E) is known color: Romantic. HEX triplet: FA, C2 and 9E. RGB value is (250,194,158). Sum of RGB (Red+Green+Blue) = 250+194+158=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29E is #053D61. Grayscale: #CECECE. Windows color (decimal): -343394 or 10404602. OLE color: 10404602.
HSL color Cylindrical-coordinate representation of color #FAC29E: hue angle of 23.48º 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 #FAC29E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 158 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.02 |
| HSL | 23.48º | 0.9% | 0.8% | - |
| HSV(B) | 23.48º | 0.37% | 0.98% | - |
| XYZ | 64.89 | 61.38 | 40.77 | - |
| YUV | 206.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 158 | 0 | 0.22 | 0.37 | 0.02 | 23.48 | 0.9 | 0.8 |
| Hex | FA | C2 | 9E | 0 | 16 | 25 | 2 | 17 | 5A | 50 |
| Octal | 372 | 302 | 236 | 0 | 26 | 45 | 2 | 27 | 132 | 120 |
| Binary | 11111010 | 11000010 | 10011110 | 0 | 10110 | 100101 | 10 | 10111 | 1011010 | 1010000 |
Color Harmonies of #FAC29E
Complementary color
Monochromatic Colors of #FAC29E
Black with #FAC29E
Text Example
Text Example
White with #FAC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC29E; }
p { color: rgb(250,194,158); }
H1.HeaderClassName
{
color: #FAC29E;
}
.AnyTagClassName
{
color: #FAC29E;
}
</style>
background-color css
<style>
a { background-color: #FAC29E; }
a { background-color: rgb(250,194,158); }
div.DivClassName
{
background-color: #FAC29E;
}
.BgClassName
{
background-color: #FAC29E;
}
</style>
border-color css
<style>
span { border-color: #FAC29E; }
span { border-color: rgb(250,194,158); }
td.TdClassName
{
border-color: #FAC29E;
}
.TagClassName
{
border-color: #FAC29E;
}
</style>