Shades of Romantic #FEC094
Tints of Romantic #FEC094
RGB
CMYK
RGB Variations
Color information
#FEC094 (or 0xFEC094) is known color: Romantic. HEX triplet: FE, C0 and 94. RGB value is (254,192,148). Sum of RGB (Red+Green+Blue) = 254+192+148=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC094 is #013F6B. Grayscale: #CDCDCD. Windows color (decimal): -81772 or 9748734. OLE color: 9748734.
HSL color Cylindrical-coordinate representation of color #FEC094: hue angle of 24.91º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEC094 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 148 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.00 |
| HSL | 24.91º | 0.98% | 0.79% | - |
| HSV(B) | 24.91º | 0.42% | 1% | - |
| XYZ | 65.07 | 60.91 | 36.34 | - |
| YUV | 205.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 148 | 0 | 0.24 | 0.42 | 0.00 | 24.91 | 0.98 | 0.79 |
| Hex | FE | C0 | 94 | 0 | 18 | 2A | 0 | 19 | 62 | 4F |
| Octal | 376 | 300 | 224 | 0 | 30 | 52 | 0 | 31 | 142 | 117 |
| Binary | 11111110 | 11000000 | 10010100 | 0 | 11000 | 101010 | 0 | 11001 | 1100010 | 1001111 |
Color Harmonies of #FEC094
Complementary color
Monochromatic Colors of #FEC094
Black with #FEC094
Text Example
Text Example
White with #FEC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC094; }
p { color: rgb(254,192,148); }
H1.HeaderClassName
{
color: #FEC094;
}
.AnyTagClassName
{
color: #FEC094;
}
</style>
background-color css
<style>
a { background-color: #FEC094; }
a { background-color: rgb(254,192,148); }
div.DivClassName
{
background-color: #FEC094;
}
.BgClassName
{
background-color: #FEC094;
}
</style>
border-color css
<style>
span { border-color: #FEC094; }
span { border-color: rgb(254,192,148); }
td.TdClassName
{
border-color: #FEC094;
}
.TagClassName
{
border-color: #FEC094;
}
</style>