Shades of Romantic #FAC097
Tints of Romantic #FAC097
RGB
CMYK
RGB Variations
Color information
#FAC097 (or 0xFAC097) is known color: Romantic. HEX triplet: FA, C0 and 97. RGB value is (250,192,151). Sum of RGB (Red+Green+Blue) = 250+192+151=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC097 is #053F68. Grayscale: #CCCCCC. Windows color (decimal): -343913 or 9945338. OLE color: 9945338.
HSL color Cylindrical-coordinate representation of color #FAC097: hue angle of 24.85º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC097 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 151 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.02 |
| HSL | 24.85º | 0.91% | 0.79% | - |
| HSV(B) | 24.85º | 0.4% | 0.98% | - |
| XYZ | 63.86 | 60.26 | 37.54 | - |
| YUV | 204.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 151 | 0 | 0.23 | 0.40 | 0.02 | 24.85 | 0.91 | 0.79 |
| Hex | FA | C0 | 97 | 0 | 17 | 28 | 2 | 19 | 5B | 4F |
| Octal | 372 | 300 | 227 | 0 | 27 | 50 | 2 | 31 | 133 | 117 |
| Binary | 11111010 | 11000000 | 10010111 | 0 | 10111 | 101000 | 10 | 11001 | 1011011 | 1001111 |
Color Harmonies of #FAC097
Complementary color
Monochromatic Colors of #FAC097
Black with #FAC097
Text Example
Text Example
White with #FAC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC097; }
p { color: rgb(250,192,151); }
H1.HeaderClassName
{
color: #FAC097;
}
.AnyTagClassName
{
color: #FAC097;
}
</style>
background-color css
<style>
a { background-color: #FAC097; }
a { background-color: rgb(250,192,151); }
div.DivClassName
{
background-color: #FAC097;
}
.BgClassName
{
background-color: #FAC097;
}
</style>
border-color css
<style>
span { border-color: #FAC097; }
span { border-color: rgb(250,192,151); }
td.TdClassName
{
border-color: #FAC097;
}
.TagClassName
{
border-color: #FAC097;
}
</style>