Shades of Romantic #FAC89F
Tints of Romantic #FAC89F
RGB
CMYK
RGB Variations
Color information
#FAC89F (or 0xFAC89F) is known color: Romantic. HEX triplet: FA, C8 and 9F. RGB value is (250,200,159). Sum of RGB (Red+Green+Blue) = 250+200+159=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC89F is #053760. Grayscale: #D2D2D2. Windows color (decimal): -341857 or 10471674. OLE color: 10471674.
HSL color Cylindrical-coordinate representation of color #FAC89F: hue angle of 27.03º 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 #FAC89F is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 159 | - |
| CMYK | 0 | 0.2 | 0.36 | 0.02 |
| HSL | 27.03º | 0.9% | 0.8% | - |
| HSV(B) | 27.03º | 0.36% | 0.98% | - |
| XYZ | 66.34 | 64.14 | 41.68 | - |
| YUV | 210.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 159 | 0 | 0.2 | 0.36 | 0.02 | 27.03 | 0.9 | 0.8 |
| Hex | FA | C8 | 9F | 0 | 14 | 24 | 2 | 1B | 5A | 50 |
| Octal | 372 | 310 | 237 | 0 | 24 | 44 | 2 | 33 | 132 | 120 |
| Binary | 11111010 | 11001000 | 10011111 | 0 | 10100 | 100100 | 10 | 11011 | 1011010 | 1010000 |
Color Harmonies of #FAC89F
Complementary color
Monochromatic Colors of #FAC89F
Black with #FAC89F
Text Example
Text Example
White with #FAC89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC89F; }
p { color: rgb(250,200,159); }
H1.HeaderClassName
{
color: #FAC89F;
}
.AnyTagClassName
{
color: #FAC89F;
}
</style>
background-color css
<style>
a { background-color: #FAC89F; }
a { background-color: rgb(250,200,159); }
div.DivClassName
{
background-color: #FAC89F;
}
.BgClassName
{
background-color: #FAC89F;
}
</style>
border-color css
<style>
span { border-color: #FAC89F; }
span { border-color: rgb(250,200,159); }
td.TdClassName
{
border-color: #FAC89F;
}
.TagClassName
{
border-color: #FAC89F;
}
</style>