Shades of Romantic #FEC298
Tints of Romantic #FEC298
RGB
CMYK
RGB Variations
Color information
#FEC298 (or 0xFEC298) is known color: Romantic. HEX triplet: FE, C2 and 98. RGB value is (254,194,152). Sum of RGB (Red+Green+Blue) = 254+194+152=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC298 is #013D67. Grayscale: #CFCFCF. Windows color (decimal): -81256 or 10011390. OLE color: 10011390.
HSL color Cylindrical-coordinate representation of color #FEC298: hue angle of 24.71º 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 #FEC298 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 152 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.00 |
| HSL | 24.71º | 0.98% | 0.8% | - |
| HSV(B) | 24.71º | 0.4% | 1% | - |
| XYZ | 65.83 | 61.92 | 38.19 | - |
| YUV | 207.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 152 | 0 | 0.24 | 0.40 | 0.00 | 24.71 | 0.98 | 0.8 |
| Hex | FE | C2 | 98 | 0 | 18 | 28 | 0 | 19 | 62 | 50 |
| Octal | 376 | 302 | 230 | 0 | 30 | 50 | 0 | 31 | 142 | 120 |
| Binary | 11111110 | 11000010 | 10011000 | 0 | 11000 | 101000 | 0 | 11001 | 1100010 | 1010000 |
Color Harmonies of #FEC298
Complementary color
Monochromatic Colors of #FEC298
Black with #FEC298
Text Example
Text Example
White with #FEC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC298; }
p { color: rgb(254,194,152); }
H1.HeaderClassName
{
color: #FEC298;
}
.AnyTagClassName
{
color: #FEC298;
}
</style>
background-color css
<style>
a { background-color: #FEC298; }
a { background-color: rgb(254,194,152); }
div.DivClassName
{
background-color: #FEC298;
}
.BgClassName
{
background-color: #FEC298;
}
</style>
border-color css
<style>
span { border-color: #FEC298; }
span { border-color: rgb(254,194,152); }
td.TdClassName
{
border-color: #FEC298;
}
.TagClassName
{
border-color: #FEC298;
}
</style>