Shades of Romantic #FAC19F
Tints of Romantic #FAC19F
RGB
CMYK
RGB Variations
Color information
#FAC19F (or 0xFAC19F) is known color: Romantic. HEX triplet: FA, C1 and 9F. RGB value is (250,193,159). Sum of RGB (Red+Green+Blue) = 250+193+159=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC19F is #053E60. Grayscale: #CECECE. Windows color (decimal): -343649 or 10469882. OLE color: 10469882.
HSL color Cylindrical-coordinate representation of color #FAC19F: hue angle of 22.42º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAC19F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 159 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.02 |
| HSL | 22.42º | 0.9% | 0.8% | - |
| HSV(B) | 22.42º | 0.36% | 0.98% | - |
| XYZ | 64.75 | 60.97 | 41.16 | - |
| YUV | 206.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 159 | 0 | 0.23 | 0.36 | 0.02 | 22.42 | 0.9 | 0.8 |
| Hex | FA | C1 | 9F | 0 | 17 | 24 | 2 | 16 | 5A | 50 |
| Octal | 372 | 301 | 237 | 0 | 27 | 44 | 2 | 26 | 132 | 120 |
| Binary | 11111010 | 11000001 | 10011111 | 0 | 10111 | 100100 | 10 | 10110 | 1011010 | 1010000 |
Color Harmonies of #FAC19F
Complementary color
Monochromatic Colors of #FAC19F
Black with #FAC19F
Text Example
Text Example
White with #FAC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC19F; }
p { color: rgb(250,193,159); }
H1.HeaderClassName
{
color: #FAC19F;
}
.AnyTagClassName
{
color: #FAC19F;
}
</style>
background-color css
<style>
a { background-color: #FAC19F; }
a { background-color: rgb(250,193,159); }
div.DivClassName
{
background-color: #FAC19F;
}
.BgClassName
{
background-color: #FAC19F;
}
</style>
border-color css
<style>
span { border-color: #FAC19F; }
span { border-color: rgb(250,193,159); }
td.TdClassName
{
border-color: #FAC19F;
}
.TagClassName
{
border-color: #FAC19F;
}
</style>