Shades of Romantic #FEC198
Tints of Romantic #FEC198
RGB
CMYK
RGB Variations
Color information
#FEC198 (or 0xFEC198) is known color: Romantic. HEX triplet: FE, C1 and 98. RGB value is (254,193,152). Sum of RGB (Red+Green+Blue) = 254+193+152=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC198 is #013E67. Grayscale: #CECECE. Windows color (decimal): -81512 or 10011134. OLE color: 10011134.
HSL color Cylindrical-coordinate representation of color #FEC198: hue angle of 24.12º 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 #FEC198 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 152 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.00 |
| HSL | 24.12º | 0.98% | 0.8% | - |
| HSV(B) | 24.12º | 0.4% | 1% | - |
| XYZ | 65.61 | 61.48 | 38.11 | - |
| YUV | 206.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 152 | 0 | 0.24 | 0.40 | 0.00 | 24.12 | 0.98 | 0.8 |
| Hex | FE | C1 | 98 | 0 | 18 | 28 | 0 | 18 | 62 | 50 |
| Octal | 376 | 301 | 230 | 0 | 30 | 50 | 0 | 30 | 142 | 120 |
| Binary | 11111110 | 11000001 | 10011000 | 0 | 11000 | 101000 | 0 | 11000 | 1100010 | 1010000 |
Color Harmonies of #FEC198
Complementary color
Monochromatic Colors of #FEC198
Black with #FEC198
Text Example
Text Example
White with #FEC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC198; }
p { color: rgb(254,193,152); }
H1.HeaderClassName
{
color: #FEC198;
}
.AnyTagClassName
{
color: #FEC198;
}
</style>
background-color css
<style>
a { background-color: #FEC198; }
a { background-color: rgb(254,193,152); }
div.DivClassName
{
background-color: #FEC198;
}
.BgClassName
{
background-color: #FEC198;
}
</style>
border-color css
<style>
span { border-color: #FEC198; }
span { border-color: rgb(254,193,152); }
td.TdClassName
{
border-color: #FEC198;
}
.TagClassName
{
border-color: #FEC198;
}
</style>