Shades of Romantic #FAC096
Tints of Romantic #FAC096
RGB
CMYK
RGB Variations
Color information
#FAC096 (or 0xFAC096) is known color: Romantic. HEX triplet: FA, C0 and 96. RGB value is (250,192,150). Sum of RGB (Red+Green+Blue) = 250+192+150=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC096 is #053F69. Grayscale: #CCCCCC. Windows color (decimal): -343914 or 9879802. OLE color: 9879802.
HSL color Cylindrical-coordinate representation of color #FAC096: hue angle of 25.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC096 is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 150 | - |
| CMYK | 0 | 0.23 | 0.4 | 0.02 |
| HSL | 25.2º | 0.91% | 0.78% | - |
| HSV(B) | 25.2º | 0.4% | 0.98% | - |
| XYZ | 63.78 | 60.23 | 37.12 | - |
| YUV | 204.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 150 | 0 | 0.23 | 0.4 | 0.02 | 25.2 | 0.91 | 0.78 |
| Hex | FA | C0 | 96 | 0 | 17 | 28 | 2 | 19 | 5B | 4E |
| Octal | 372 | 300 | 226 | 0 | 27 | 50 | 2 | 31 | 133 | 116 |
| Binary | 11111010 | 11000000 | 10010110 | 0 | 10111 | 101000 | 10 | 11001 | 1011011 | 1001110 |
Color Harmonies of #FAC096
Complementary color
Monochromatic Colors of #FAC096
Black with #FAC096
Text Example
Text Example
White with #FAC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC096; }
p { color: rgb(250,192,150); }
H1.HeaderClassName
{
color: #FAC096;
}
.AnyTagClassName
{
color: #FAC096;
}
</style>
background-color css
<style>
a { background-color: #FAC096; }
a { background-color: rgb(250,192,150); }
div.DivClassName
{
background-color: #FAC096;
}
.BgClassName
{
background-color: #FAC096;
}
</style>
border-color css
<style>
span { border-color: #FAC096; }
span { border-color: rgb(250,192,150); }
td.TdClassName
{
border-color: #FAC096;
}
.TagClassName
{
border-color: #FAC096;
}
</style>