Shades of Romantic #FEC098
Tints of Romantic #FEC098
RGB
CMYK
RGB Variations
Color information
#FEC098 (or 0xFEC098) is known color: Romantic. HEX triplet: FE, C0 and 98. RGB value is (254,192,152). Sum of RGB (Red+Green+Blue) = 254+192+152=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC098 is #013F67. Grayscale: #CECECE. Windows color (decimal): -81768 or 10010878. OLE color: 10010878.
HSL color Cylindrical-coordinate representation of color #FEC098: hue angle of 23.53º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEC098 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 152 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.00 |
| HSL | 23.53º | 0.98% | 0.8% | - |
| HSV(B) | 23.53º | 0.4% | 1% | - |
| XYZ | 65.39 | 61.04 | 38.04 | - |
| YUV | 205.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 152 | 0 | 0.24 | 0.40 | 0.00 | 23.53 | 0.98 | 0.8 |
| Hex | FE | C0 | 98 | 0 | 18 | 28 | 0 | 18 | 62 | 50 |
| Octal | 376 | 300 | 230 | 0 | 30 | 50 | 0 | 30 | 142 | 120 |
| Binary | 11111110 | 11000000 | 10011000 | 0 | 11000 | 101000 | 0 | 11000 | 1100010 | 1010000 |
Color Harmonies of #FEC098
Complementary color
Monochromatic Colors of #FEC098
Black with #FEC098
Text Example
Text Example
White with #FEC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC098; }
p { color: rgb(254,192,152); }
H1.HeaderClassName
{
color: #FEC098;
}
.AnyTagClassName
{
color: #FEC098;
}
</style>
background-color css
<style>
a { background-color: #FEC098; }
a { background-color: rgb(254,192,152); }
div.DivClassName
{
background-color: #FEC098;
}
.BgClassName
{
background-color: #FEC098;
}
</style>
border-color css
<style>
span { border-color: #FEC098; }
span { border-color: rgb(254,192,152); }
td.TdClassName
{
border-color: #FEC098;
}
.TagClassName
{
border-color: #FEC098;
}
</style>