Shades of Romantic #FAC19C
Tints of Romantic #FAC19C
RGB
CMYK
RGB Variations
Color information
#FAC19C (or 0xFAC19C) is known color: Romantic. HEX triplet: FA, C1 and 9C. RGB value is (250,193,156). Sum of RGB (Red+Green+Blue) = 250+193+156=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC19C is #053E63. Grayscale: #CECECE. Windows color (decimal): -343652 or 10273274. OLE color: 10273274.
HSL color Cylindrical-coordinate representation of color #FAC19C: hue angle of 23.62º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC19C is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 156 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.02 |
| HSL | 23.62º | 0.9% | 0.8% | - |
| HSV(B) | 23.62º | 0.38% | 0.98% | - |
| XYZ | 64.5 | 60.86 | 39.8 | - |
| YUV | 205.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 156 | 0 | 0.23 | 0.38 | 0.02 | 23.62 | 0.9 | 0.8 |
| Hex | FA | C1 | 9C | 0 | 17 | 26 | 2 | 18 | 5A | 50 |
| Octal | 372 | 301 | 234 | 0 | 27 | 46 | 2 | 30 | 132 | 120 |
| Binary | 11111010 | 11000001 | 10011100 | 0 | 10111 | 100110 | 10 | 11000 | 1011010 | 1010000 |
Color Harmonies of #FAC19C
Complementary color
Monochromatic Colors of #FAC19C
Black with #FAC19C
Text Example
Text Example
White with #FAC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC19C; }
p { color: rgb(250,193,156); }
H1.HeaderClassName
{
color: #FAC19C;
}
.AnyTagClassName
{
color: #FAC19C;
}
</style>
background-color css
<style>
a { background-color: #FAC19C; }
a { background-color: rgb(250,193,156); }
div.DivClassName
{
background-color: #FAC19C;
}
.BgClassName
{
background-color: #FAC19C;
}
</style>
border-color css
<style>
span { border-color: #FAC19C; }
span { border-color: rgb(250,193,156); }
td.TdClassName
{
border-color: #FAC19C;
}
.TagClassName
{
border-color: #FAC19C;
}
</style>