Shades of Romantic #FAC49B
Tints of Romantic #FAC49B
RGB
CMYK
RGB Variations
Color information
#FAC49B (or 0xFAC49B) is known color: Romantic. HEX triplet: FA, C4 and 9B. RGB value is (250,196,155). Sum of RGB (Red+Green+Blue) = 250+196+155=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC49B is #053B64. Grayscale: #CFCFCF. Windows color (decimal): -342885 or 10208506. OLE color: 10208506.
HSL color Cylindrical-coordinate representation of color #FAC49B: hue angle of 25.89º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC49B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 155 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.02 |
| HSL | 25.89º | 0.9% | 0.79% | - |
| HSV(B) | 25.89º | 0.38% | 0.98% | - |
| XYZ | 65.08 | 62.17 | 39.58 | - |
| YUV | 207.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 155 | 0 | 0.22 | 0.38 | 0.02 | 25.89 | 0.9 | 0.79 |
| Hex | FA | C4 | 9B | 0 | 16 | 26 | 2 | 1A | 5A | 4F |
| Octal | 372 | 304 | 233 | 0 | 26 | 46 | 2 | 32 | 132 | 117 |
| Binary | 11111010 | 11000100 | 10011011 | 0 | 10110 | 100110 | 10 | 11010 | 1011010 | 1001111 |
Color Harmonies of #FAC49B
Complementary color
Monochromatic Colors of #FAC49B
Black with #FAC49B
Text Example
Text Example
White with #FAC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC49B; }
p { color: rgb(250,196,155); }
H1.HeaderClassName
{
color: #FAC49B;
}
.AnyTagClassName
{
color: #FAC49B;
}
</style>
background-color css
<style>
a { background-color: #FAC49B; }
a { background-color: rgb(250,196,155); }
div.DivClassName
{
background-color: #FAC49B;
}
.BgClassName
{
background-color: #FAC49B;
}
</style>
border-color css
<style>
span { border-color: #FAC49B; }
span { border-color: rgb(250,196,155); }
td.TdClassName
{
border-color: #FAC49B;
}
.TagClassName
{
border-color: #FAC49B;
}
</style>