Shades of Romantic #FEBEA0
Tints of Romantic #FEBEA0
RGB
CMYK
RGB Variations
Color information
#FEBEA0 (or 0xFEBEA0) is known color: Romantic. HEX triplet: FE, BE and A0. RGB value is (254,190,160). Sum of RGB (Red+Green+Blue) = 254+190+160=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEA0 is #01415F. Grayscale: #CDCDCD. Windows color (decimal): -82272 or 10534654. OLE color: 10534654.
HSL color Cylindrical-coordinate representation of color #FEBEA0: hue angle of 19.15º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEBEA0 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 160 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.00 |
| HSL | 19.15º | 0.98% | 0.81% | - |
| HSV(B) | 19.15º | 0.37% | 1% | - |
| XYZ | 65.63 | 60.44 | 41.46 | - |
| YUV | 205.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 160 | 0 | 0.25 | 0.37 | 0.00 | 19.15 | 0.98 | 0.81 |
| Hex | FE | BE | A0 | 0 | 19 | 25 | 0 | 13 | 62 | 51 |
| Octal | 376 | 276 | 240 | 0 | 31 | 45 | 0 | 23 | 142 | 121 |
| Binary | 11111110 | 10111110 | 10100000 | 0 | 11001 | 100101 | 0 | 10011 | 1100010 | 1010001 |
Color Harmonies of #FEBEA0
Complementary color
Monochromatic Colors of #FEBEA0
Black with #FEBEA0
Text Example
Text Example
White with #FEBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEA0; }
p { color: rgb(254,190,160); }
H1.HeaderClassName
{
color: #FEBEA0;
}
.AnyTagClassName
{
color: #FEBEA0;
}
</style>
background-color css
<style>
a { background-color: #FEBEA0; }
a { background-color: rgb(254,190,160); }
div.DivClassName
{
background-color: #FEBEA0;
}
.BgClassName
{
background-color: #FEBEA0;
}
</style>
border-color css
<style>
span { border-color: #FEBEA0; }
span { border-color: rgb(254,190,160); }
td.TdClassName
{
border-color: #FEBEA0;
}
.TagClassName
{
border-color: #FEBEA0;
}
</style>