Shades of Romantic #FEBE9A
Tints of Romantic #FEBE9A
RGB
CMYK
RGB Variations
Color information
#FEBE9A (or 0xFEBE9A) is known color: Romantic. HEX triplet: FE, BE and 9A. RGB value is (254,190,154). Sum of RGB (Red+Green+Blue) = 254+190+154=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBE9A is #014165. Grayscale: #CDCDCD. Windows color (decimal): -82278 or 10141438. OLE color: 10141438.
HSL color Cylindrical-coordinate representation of color #FEBE9A: hue angle of 21.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEBE9A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 154 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.00 |
| HSL | 21.6º | 0.98% | 0.8% | - |
| HSV(B) | 21.6º | 0.39% | 1% | - |
| XYZ | 65.12 | 60.23 | 38.77 | - |
| YUV | 205.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 154 | 0 | 0.25 | 0.39 | 0.00 | 21.6 | 0.98 | 0.8 |
| Hex | FE | BE | 9A | 0 | 19 | 27 | 0 | 16 | 62 | 50 |
| Octal | 376 | 276 | 232 | 0 | 31 | 47 | 0 | 26 | 142 | 120 |
| Binary | 11111110 | 10111110 | 10011010 | 0 | 11001 | 100111 | 0 | 10110 | 1100010 | 1010000 |
Color Harmonies of #FEBE9A
Complementary color
Monochromatic Colors of #FEBE9A
Black with #FEBE9A
Text Example
Text Example
White with #FEBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE9A; }
p { color: rgb(254,190,154); }
H1.HeaderClassName
{
color: #FEBE9A;
}
.AnyTagClassName
{
color: #FEBE9A;
}
</style>
background-color css
<style>
a { background-color: #FEBE9A; }
a { background-color: rgb(254,190,154); }
div.DivClassName
{
background-color: #FEBE9A;
}
.BgClassName
{
background-color: #FEBE9A;
}
</style>
border-color css
<style>
span { border-color: #FEBE9A; }
span { border-color: rgb(254,190,154); }
td.TdClassName
{
border-color: #FEBE9A;
}
.TagClassName
{
border-color: #FEBE9A;
}
</style>