Shades of Romantic #FEC396
Tints of Romantic #FEC396
RGB
CMYK
RGB Variations
Color information
#FEC396 (or 0xFEC396) is known color: Romantic. HEX triplet: FE, C3 and 96. RGB value is (254,195,150). Sum of RGB (Red+Green+Blue) = 254+195+150=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC396 is #013C69. Grayscale: #CFCFCF. Windows color (decimal): -81002 or 9880574. OLE color: 9880574.
HSL color Cylindrical-coordinate representation of color #FEC396: hue angle of 25.96º 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 #FEC396 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 150 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.00 |
| HSL | 25.96º | 0.98% | 0.79% | - |
| HSV(B) | 25.96º | 0.41% | 1% | - |
| XYZ | 65.89 | 62.3 | 37.41 | - |
| YUV | 207.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 150 | 0 | 0.23 | 0.41 | 0.00 | 25.96 | 0.98 | 0.79 |
| Hex | FE | C3 | 96 | 0 | 17 | 29 | 0 | 1A | 62 | 4F |
| Octal | 376 | 303 | 226 | 0 | 27 | 51 | 0 | 32 | 142 | 117 |
| Binary | 11111110 | 11000011 | 10010110 | 0 | 10111 | 101001 | 0 | 11010 | 1100010 | 1001111 |
Color Harmonies of #FEC396
Complementary color
Monochromatic Colors of #FEC396
Black with #FEC396
Text Example
Text Example
White with #FEC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC396; }
p { color: rgb(254,195,150); }
H1.HeaderClassName
{
color: #FEC396;
}
.AnyTagClassName
{
color: #FEC396;
}
</style>
background-color css
<style>
a { background-color: #FEC396; }
a { background-color: rgb(254,195,150); }
div.DivClassName
{
background-color: #FEC396;
}
.BgClassName
{
background-color: #FEC396;
}
</style>
border-color css
<style>
span { border-color: #FEC396; }
span { border-color: rgb(254,195,150); }
td.TdClassName
{
border-color: #FEC396;
}
.TagClassName
{
border-color: #FEC396;
}
</style>