Shades of Romantic #FEC295
Tints of Romantic #FEC295
RGB
CMYK
RGB Variations
Color information
#FEC295 (or 0xFEC295) is known color: Romantic. HEX triplet: FE, C2 and 95. RGB value is (254,194,149). Sum of RGB (Red+Green+Blue) = 254+194+149=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC295 is #013D6A. Grayscale: #CFCFCF. Windows color (decimal): -81259 or 9814782. OLE color: 9814782.
HSL color Cylindrical-coordinate representation of color #FEC295: hue angle of 25.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEC295 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 149 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.00 |
| HSL | 25.71º | 0.98% | 0.79% | - |
| HSV(B) | 25.71º | 0.41% | 1% | - |
| XYZ | 65.59 | 61.82 | 36.91 | - |
| YUV | 206.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 149 | 0 | 0.24 | 0.41 | 0.00 | 25.71 | 0.98 | 0.79 |
| Hex | FE | C2 | 95 | 0 | 18 | 29 | 0 | 1A | 62 | 4F |
| Octal | 376 | 302 | 225 | 0 | 30 | 51 | 0 | 32 | 142 | 117 |
| Binary | 11111110 | 11000010 | 10010101 | 0 | 11000 | 101001 | 0 | 11010 | 1100010 | 1001111 |
Color Harmonies of #FEC295
Complementary color
Monochromatic Colors of #FEC295
Black with #FEC295
Text Example
Text Example
White with #FEC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC295; }
p { color: rgb(254,194,149); }
H1.HeaderClassName
{
color: #FEC295;
}
.AnyTagClassName
{
color: #FEC295;
}
</style>
background-color css
<style>
a { background-color: #FEC295; }
a { background-color: rgb(254,194,149); }
div.DivClassName
{
background-color: #FEC295;
}
.BgClassName
{
background-color: #FEC295;
}
</style>
border-color css
<style>
span { border-color: #FEC295; }
span { border-color: rgb(254,194,149); }
td.TdClassName
{
border-color: #FEC295;
}
.TagClassName
{
border-color: #FEC295;
}
</style>