Shades of Romantic #FEBE9E
Tints of Romantic #FEBE9E
RGB
CMYK
RGB Variations
Color information
#FEBE9E (or 0xFEBE9E) is known color: Romantic. HEX triplet: FE, BE and 9E. RGB value is (254,190,158). Sum of RGB (Red+Green+Blue) = 254+190+158=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBE9E is #014161. Grayscale: #CDCDCD. Windows color (decimal): -82274 or 10403582. OLE color: 10403582.
HSL color Cylindrical-coordinate representation of color #FEBE9E: hue angle of 20º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEBE9E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 158 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.00 |
| HSL | 20º | 0.98% | 0.81% | - |
| HSV(B) | 20º | 0.38% | 1% | - |
| XYZ | 65.46 | 60.37 | 40.55 | - |
| YUV | 205.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 158 | 0 | 0.25 | 0.38 | 0.00 | 20 | 0.98 | 0.81 |
| Hex | FE | BE | 9E | 0 | 19 | 26 | 0 | 14 | 62 | 51 |
| Octal | 376 | 276 | 236 | 0 | 31 | 46 | 0 | 24 | 142 | 121 |
| Binary | 11111110 | 10111110 | 10011110 | 0 | 11001 | 100110 | 0 | 10100 | 1100010 | 1010001 |
Color Harmonies of #FEBE9E
Complementary color
Monochromatic Colors of #FEBE9E
Black with #FEBE9E
Text Example
Text Example
White with #FEBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE9E; }
p { color: rgb(254,190,158); }
H1.HeaderClassName
{
color: #FEBE9E;
}
.AnyTagClassName
{
color: #FEBE9E;
}
</style>
background-color css
<style>
a { background-color: #FEBE9E; }
a { background-color: rgb(254,190,158); }
div.DivClassName
{
background-color: #FEBE9E;
}
.BgClassName
{
background-color: #FEBE9E;
}
</style>
border-color css
<style>
span { border-color: #FEBE9E; }
span { border-color: rgb(254,190,158); }
td.TdClassName
{
border-color: #FEBE9E;
}
.TagClassName
{
border-color: #FEBE9E;
}
</style>