Shades of Romantic #FAC194
Tints of Romantic #FAC194
RGB
CMYK
RGB Variations
Color information
#FAC194 (or 0xFAC194) is known color: Romantic. HEX triplet: FA, C1 and 94. RGB value is (250,193,148). Sum of RGB (Red+Green+Blue) = 250+193+148=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC194 is #053E6B. Grayscale: #CDCDCD. Windows color (decimal): -343660 or 9748986. OLE color: 9748986.
HSL color Cylindrical-coordinate representation of color #FAC194: hue angle of 26.47º 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 #FAC194 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 148 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.02 |
| HSL | 26.47º | 0.91% | 0.78% | - |
| HSV(B) | 26.47º | 0.41% | 0.98% | - |
| XYZ | 63.84 | 60.6 | 36.35 | - |
| YUV | 204.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 148 | 0 | 0.23 | 0.41 | 0.02 | 26.47 | 0.91 | 0.78 |
| Hex | FA | C1 | 94 | 0 | 17 | 29 | 2 | 1A | 5B | 4E |
| Octal | 372 | 301 | 224 | 0 | 27 | 51 | 2 | 32 | 133 | 116 |
| Binary | 11111010 | 11000001 | 10010100 | 0 | 10111 | 101001 | 10 | 11010 | 1011011 | 1001110 |
Color Harmonies of #FAC194
Complementary color
Monochromatic Colors of #FAC194
Black with #FAC194
Text Example
Text Example
White with #FAC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC194; }
p { color: rgb(250,193,148); }
H1.HeaderClassName
{
color: #FAC194;
}
.AnyTagClassName
{
color: #FAC194;
}
</style>
background-color css
<style>
a { background-color: #FAC194; }
a { background-color: rgb(250,193,148); }
div.DivClassName
{
background-color: #FAC194;
}
.BgClassName
{
background-color: #FAC194;
}
</style>
border-color css
<style>
span { border-color: #FAC194; }
span { border-color: rgb(250,193,148); }
td.TdClassName
{
border-color: #FAC194;
}
.TagClassName
{
border-color: #FAC194;
}
</style>