Shades of Romantic #FAC192
Tints of Romantic #FAC192
RGB
CMYK
RGB Variations
Color information
#FAC192 (or 0xFAC192) is known color: Romantic. HEX triplet: FA, C1 and 92. RGB value is (250,193,146). Sum of RGB (Red+Green+Blue) = 250+193+146=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC192 is #053E6D. Grayscale: #CCCCCC. Windows color (decimal): -343662 or 9617914. OLE color: 9617914.
HSL color Cylindrical-coordinate representation of color #FAC192: hue angle of 27.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC192 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 146 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.02 |
| HSL | 27.12º | 0.91% | 0.78% | - |
| HSV(B) | 27.12º | 0.42% | 0.98% | - |
| XYZ | 63.68 | 60.54 | 35.52 | - |
| YUV | 204.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 146 | 0 | 0.23 | 0.42 | 0.02 | 27.12 | 0.91 | 0.78 |
| Hex | FA | C1 | 92 | 0 | 17 | 2A | 2 | 1B | 5B | 4E |
| Octal | 372 | 301 | 222 | 0 | 27 | 52 | 2 | 33 | 133 | 116 |
| Binary | 11111010 | 11000001 | 10010010 | 0 | 10111 | 101010 | 10 | 11011 | 1011011 | 1001110 |
Color Harmonies of #FAC192
Complementary color
Monochromatic Colors of #FAC192
Black with #FAC192
Text Example
Text Example
White with #FAC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC192; }
p { color: rgb(250,193,146); }
H1.HeaderClassName
{
color: #FAC192;
}
.AnyTagClassName
{
color: #FAC192;
}
</style>
background-color css
<style>
a { background-color: #FAC192; }
a { background-color: rgb(250,193,146); }
div.DivClassName
{
background-color: #FAC192;
}
.BgClassName
{
background-color: #FAC192;
}
</style>
border-color css
<style>
span { border-color: #FAC192; }
span { border-color: rgb(250,193,146); }
td.TdClassName
{
border-color: #FAC192;
}
.TagClassName
{
border-color: #FAC192;
}
</style>