Shades of Romantic #FAC095
Tints of Romantic #FAC095
RGB
CMYK
RGB Variations
Color information
#FAC095 (or 0xFAC095) is known color: Romantic. HEX triplet: FA, C0 and 95. RGB value is (250,192,149). Sum of RGB (Red+Green+Blue) = 250+192+149=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC095 is #053F6A. Grayscale: #CCCCCC. Windows color (decimal): -343915 or 9814266. OLE color: 9814266.
HSL color Cylindrical-coordinate representation of color #FAC095: hue angle of 25.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC095 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 149 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.02 |
| HSL | 25.54º | 0.91% | 0.78% | - |
| HSV(B) | 25.54º | 0.4% | 0.98% | - |
| XYZ | 63.7 | 60.19 | 36.69 | - |
| YUV | 204.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 149 | 0 | 0.23 | 0.40 | 0.02 | 25.54 | 0.91 | 0.78 |
| Hex | FA | C0 | 95 | 0 | 17 | 28 | 2 | 1A | 5B | 4E |
| Octal | 372 | 300 | 225 | 0 | 27 | 50 | 2 | 32 | 133 | 116 |
| Binary | 11111010 | 11000000 | 10010101 | 0 | 10111 | 101000 | 10 | 11010 | 1011011 | 1001110 |
Color Harmonies of #FAC095
Complementary color
Monochromatic Colors of #FAC095
Black with #FAC095
Text Example
Text Example
White with #FAC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC095; }
p { color: rgb(250,192,149); }
H1.HeaderClassName
{
color: #FAC095;
}
.AnyTagClassName
{
color: #FAC095;
}
</style>
background-color css
<style>
a { background-color: #FAC095; }
a { background-color: rgb(250,192,149); }
div.DivClassName
{
background-color: #FAC095;
}
.BgClassName
{
background-color: #FAC095;
}
</style>
border-color css
<style>
span { border-color: #FAC095; }
span { border-color: rgb(250,192,149); }
td.TdClassName
{
border-color: #FAC095;
}
.TagClassName
{
border-color: #FAC095;
}
</style>