Shades of Romantic #FAC093
Tints of Romantic #FAC093
RGB
CMYK
RGB Variations
Color information
#FAC093 (or 0xFAC093) is known color: Romantic. HEX triplet: FA, C0 and 93. RGB value is (250,192,147). Sum of RGB (Red+Green+Blue) = 250+192+147=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC093 is #053F6C. Grayscale: #CCCCCC. Windows color (decimal): -343917 or 9683194. OLE color: 9683194.
HSL color Cylindrical-coordinate representation of color #FAC093: hue angle of 26.21º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAC093 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 147 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.02 |
| HSL | 26.21º | 0.91% | 0.78% | - |
| HSV(B) | 26.21º | 0.41% | 0.98% | - |
| XYZ | 63.54 | 60.13 | 35.86 | - |
| YUV | 204.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 147 | 0 | 0.23 | 0.41 | 0.02 | 26.21 | 0.91 | 0.78 |
| Hex | FA | C0 | 93 | 0 | 17 | 29 | 2 | 1A | 5B | 4E |
| Octal | 372 | 300 | 223 | 0 | 27 | 51 | 2 | 32 | 133 | 116 |
| Binary | 11111010 | 11000000 | 10010011 | 0 | 10111 | 101001 | 10 | 11010 | 1011011 | 1001110 |
Color Harmonies of #FAC093
Complementary color
Monochromatic Colors of #FAC093
Black with #FAC093
Text Example
Text Example
White with #FAC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC093; }
p { color: rgb(250,192,147); }
H1.HeaderClassName
{
color: #FAC093;
}
.AnyTagClassName
{
color: #FAC093;
}
</style>
background-color css
<style>
a { background-color: #FAC093; }
a { background-color: rgb(250,192,147); }
div.DivClassName
{
background-color: #FAC093;
}
.BgClassName
{
background-color: #FAC093;
}
</style>
border-color css
<style>
span { border-color: #FAC093; }
span { border-color: rgb(250,192,147); }
td.TdClassName
{
border-color: #FAC093;
}
.TagClassName
{
border-color: #FAC093;
}
</style>