Shades of Romantic #FAC398
Tints of Romantic #FAC398
RGB
CMYK
RGB Variations
Color information
#FAC398 (or 0xFAC398) is known color: Romantic. HEX triplet: FA, C3 and 98. RGB value is (250,195,152). Sum of RGB (Red+Green+Blue) = 250+195+152=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC398 is #053C67. Grayscale: #CECECE. Windows color (decimal): -343144 or 10011642. OLE color: 10011642.
HSL color Cylindrical-coordinate representation of color #FAC398: hue angle of 26.33º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAC398 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 152 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.02 |
| HSL | 26.33º | 0.91% | 0.79% | - |
| HSV(B) | 26.33º | 0.39% | 0.98% | - |
| XYZ | 64.61 | 61.62 | 38.19 | - |
| YUV | 206.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 152 | 0 | 0.22 | 0.39 | 0.02 | 26.33 | 0.91 | 0.79 |
| Hex | FA | C3 | 98 | 0 | 16 | 27 | 2 | 1A | 5B | 4F |
| Octal | 372 | 303 | 230 | 0 | 26 | 47 | 2 | 32 | 133 | 117 |
| Binary | 11111010 | 11000011 | 10011000 | 0 | 10110 | 100111 | 10 | 11010 | 1011011 | 1001111 |
Color Harmonies of #FAC398
Complementary color
Monochromatic Colors of #FAC398
Black with #FAC398
Text Example
Text Example
White with #FAC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC398; }
p { color: rgb(250,195,152); }
H1.HeaderClassName
{
color: #FAC398;
}
.AnyTagClassName
{
color: #FAC398;
}
</style>
background-color css
<style>
a { background-color: #FAC398; }
a { background-color: rgb(250,195,152); }
div.DivClassName
{
background-color: #FAC398;
}
.BgClassName
{
background-color: #FAC398;
}
</style>
border-color css
<style>
span { border-color: #FAC398; }
span { border-color: rgb(250,195,152); }
td.TdClassName
{
border-color: #FAC398;
}
.TagClassName
{
border-color: #FAC398;
}
</style>