Shades of Romantic #FEBE96
Tints of Romantic #FEBE96
RGB
CMYK
RGB Variations
Color information
#FEBE96 (or 0xFEBE96) is known color: Romantic. HEX triplet: FE, BE and 96. RGB value is (254,190,150). Sum of RGB (Red+Green+Blue) = 254+190+150=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBE96 is #014169. Grayscale: #CCCCCC. Windows color (decimal): -82282 or 9879294. OLE color: 9879294.
HSL color Cylindrical-coordinate representation of color #FEBE96: hue angle of 23.08º 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 #FEBE96 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 150 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.00 |
| HSL | 23.08º | 0.98% | 0.79% | - |
| HSV(B) | 23.08º | 0.41% | 1% | - |
| XYZ | 64.79 | 60.1 | 37.04 | - |
| YUV | 204.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 150 | 0 | 0.25 | 0.41 | 0.00 | 23.08 | 0.98 | 0.79 |
| Hex | FE | BE | 96 | 0 | 19 | 29 | 0 | 17 | 62 | 4F |
| Octal | 376 | 276 | 226 | 0 | 31 | 51 | 0 | 27 | 142 | 117 |
| Binary | 11111110 | 10111110 | 10010110 | 0 | 11001 | 101001 | 0 | 10111 | 1100010 | 1001111 |
Color Harmonies of #FEBE96
Complementary color
Monochromatic Colors of #FEBE96
Black with #FEBE96
Text Example
Text Example
White with #FEBE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE96; }
p { color: rgb(254,190,150); }
H1.HeaderClassName
{
color: #FEBE96;
}
.AnyTagClassName
{
color: #FEBE96;
}
</style>
background-color css
<style>
a { background-color: #FEBE96; }
a { background-color: rgb(254,190,150); }
div.DivClassName
{
background-color: #FEBE96;
}
.BgClassName
{
background-color: #FEBE96;
}
</style>
border-color css
<style>
span { border-color: #FEBE96; }
span { border-color: rgb(254,190,150); }
td.TdClassName
{
border-color: #FEBE96;
}
.TagClassName
{
border-color: #FEBE96;
}
</style>