Shades of Romantic #FAC49D
Tints of Romantic #FAC49D
RGB
CMYK
RGB Variations
Color information
#FAC49D (or 0xFAC49D) is known color: Romantic. HEX triplet: FA, C4 and 9D. RGB value is (250,196,157). Sum of RGB (Red+Green+Blue) = 250+196+157=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC49D is #053B62. Grayscale: #CFCFCF. Windows color (decimal): -342883 or 10339578. OLE color: 10339578.
HSL color Cylindrical-coordinate representation of color #FAC49D: hue angle of 25.16º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAC49D is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 157 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.02 |
| HSL | 25.16º | 0.9% | 0.8% | - |
| HSV(B) | 25.16º | 0.37% | 0.98% | - |
| XYZ | 65.25 | 62.24 | 40.47 | - |
| YUV | 207.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 157 | 0 | 0.22 | 0.37 | 0.02 | 25.16 | 0.9 | 0.8 |
| Hex | FA | C4 | 9D | 0 | 16 | 25 | 2 | 19 | 5A | 50 |
| Octal | 372 | 304 | 235 | 0 | 26 | 45 | 2 | 31 | 132 | 120 |
| Binary | 11111010 | 11000100 | 10011101 | 0 | 10110 | 100101 | 10 | 11001 | 1011010 | 1010000 |
Color Harmonies of #FAC49D
Complementary color
Monochromatic Colors of #FAC49D
Black with #FAC49D
Text Example
Text Example
White with #FAC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC49D; }
p { color: rgb(250,196,157); }
H1.HeaderClassName
{
color: #FAC49D;
}
.AnyTagClassName
{
color: #FAC49D;
}
</style>
background-color css
<style>
a { background-color: #FAC49D; }
a { background-color: rgb(250,196,157); }
div.DivClassName
{
background-color: #FAC49D;
}
.BgClassName
{
background-color: #FAC49D;
}
</style>
border-color css
<style>
span { border-color: #FAC49D; }
span { border-color: rgb(250,196,157); }
td.TdClassName
{
border-color: #FAC49D;
}
.TagClassName
{
border-color: #FAC49D;
}
</style>