Shades of Romantic #FEC096
Tints of Romantic #FEC096
RGB
CMYK
RGB Variations
Color information
#FEC096 (or 0xFEC096) is known color: Romantic. HEX triplet: FE, C0 and 96. RGB value is (254,192,150). Sum of RGB (Red+Green+Blue) = 254+192+150=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC096 is #013F69. Grayscale: #CDCDCD. Windows color (decimal): -81770 or 9879806. OLE color: 9879806.
HSL color Cylindrical-coordinate representation of color #FEC096: hue angle of 24.23º 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 #FEC096 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 150 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.00 |
| HSL | 24.23º | 0.98% | 0.79% | - |
| HSV(B) | 24.23º | 0.41% | 1% | - |
| XYZ | 65.23 | 60.97 | 37.19 | - |
| YUV | 205.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 150 | 0 | 0.24 | 0.41 | 0.00 | 24.23 | 0.98 | 0.79 |
| Hex | FE | C0 | 96 | 0 | 18 | 29 | 0 | 18 | 62 | 4F |
| Octal | 376 | 300 | 226 | 0 | 30 | 51 | 0 | 30 | 142 | 117 |
| Binary | 11111110 | 11000000 | 10010110 | 0 | 11000 | 101001 | 0 | 11000 | 1100010 | 1001111 |
Color Harmonies of #FEC096
Complementary color
Monochromatic Colors of #FEC096
Black with #FEC096
Text Example
Text Example
White with #FEC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC096; }
p { color: rgb(254,192,150); }
H1.HeaderClassName
{
color: #FEC096;
}
.AnyTagClassName
{
color: #FEC096;
}
</style>
background-color css
<style>
a { background-color: #FEC096; }
a { background-color: rgb(254,192,150); }
div.DivClassName
{
background-color: #FEC096;
}
.BgClassName
{
background-color: #FEC096;
}
</style>
border-color css
<style>
span { border-color: #FEC096; }
span { border-color: rgb(254,192,150); }
td.TdClassName
{
border-color: #FEC096;
}
.TagClassName
{
border-color: #FEC096;
}
</style>