Shades of Romantic #FAC89C
Tints of Romantic #FAC89C
RGB
CMYK
RGB Variations
Color information
#FAC89C (or 0xFAC89C) is known color: Romantic. HEX triplet: FA, C8 and 9C. RGB value is (250,200,156). Sum of RGB (Red+Green+Blue) = 250+200+156=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC89C is #053763. Grayscale: #D2D2D2. Windows color (decimal): -341860 or 10275066. OLE color: 10275066.
HSL color Cylindrical-coordinate representation of color #FAC89C: hue angle of 28.09º 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 #FAC89C is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 156 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.02 |
| HSL | 28.09º | 0.9% | 0.8% | - |
| HSV(B) | 28.09º | 0.38% | 0.98% | - |
| XYZ | 66.08 | 64.03 | 40.33 | - |
| YUV | 209.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 156 | 0 | 0.2 | 0.38 | 0.02 | 28.09 | 0.9 | 0.8 |
| Hex | FA | C8 | 9C | 0 | 14 | 26 | 2 | 1C | 5A | 50 |
| Octal | 372 | 310 | 234 | 0 | 24 | 46 | 2 | 34 | 132 | 120 |
| Binary | 11111010 | 11001000 | 10011100 | 0 | 10100 | 100110 | 10 | 11100 | 1011010 | 1010000 |
Color Harmonies of #FAC89C
Complementary color
Monochromatic Colors of #FAC89C
Black with #FAC89C
Text Example
Text Example
White with #FAC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC89C; }
p { color: rgb(250,200,156); }
H1.HeaderClassName
{
color: #FAC89C;
}
.AnyTagClassName
{
color: #FAC89C;
}
</style>
background-color css
<style>
a { background-color: #FAC89C; }
a { background-color: rgb(250,200,156); }
div.DivClassName
{
background-color: #FAC89C;
}
.BgClassName
{
background-color: #FAC89C;
}
</style>
border-color css
<style>
span { border-color: #FAC89C; }
span { border-color: rgb(250,200,156); }
td.TdClassName
{
border-color: #FAC89C;
}
.TagClassName
{
border-color: #FAC89C;
}
</style>