Shades of Romantic #FAC09E
Tints of Romantic #FAC09E
RGB
CMYK
RGB Variations
Color information
#FAC09E (or 0xFAC09E) is known color: Romantic. HEX triplet: FA, C0 and 9E. RGB value is (250,192,158). Sum of RGB (Red+Green+Blue) = 250+192+158=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09E is #053F61. Grayscale: #CDCDCD. Windows color (decimal): -343906 or 10404090. OLE color: 10404090.
HSL color Cylindrical-coordinate representation of color #FAC09E: hue angle of 22.17º 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 #FAC09E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 158 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.02 |
| HSL | 22.17º | 0.9% | 0.8% | - |
| HSV(B) | 22.17º | 0.37% | 0.98% | - |
| XYZ | 64.45 | 60.49 | 40.63 | - |
| YUV | 205.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 158 | 0 | 0.23 | 0.37 | 0.02 | 22.17 | 0.9 | 0.8 |
| Hex | FA | C0 | 9E | 0 | 17 | 25 | 2 | 16 | 5A | 50 |
| Octal | 372 | 300 | 236 | 0 | 27 | 45 | 2 | 26 | 132 | 120 |
| Binary | 11111010 | 11000000 | 10011110 | 0 | 10111 | 100101 | 10 | 10110 | 1011010 | 1010000 |
Color Harmonies of #FAC09E
Complementary color
Monochromatic Colors of #FAC09E
Black with #FAC09E
Text Example
Text Example
White with #FAC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC09E; }
p { color: rgb(250,192,158); }
H1.HeaderClassName
{
color: #FAC09E;
}
.AnyTagClassName
{
color: #FAC09E;
}
</style>
background-color css
<style>
a { background-color: #FAC09E; }
a { background-color: rgb(250,192,158); }
div.DivClassName
{
background-color: #FAC09E;
}
.BgClassName
{
background-color: #FAC09E;
}
</style>
border-color css
<style>
span { border-color: #FAC09E; }
span { border-color: rgb(250,192,158); }
td.TdClassName
{
border-color: #FAC09E;
}
.TagClassName
{
border-color: #FAC09E;
}
</style>