Shades of Romantic #FEBEA1
Tints of Romantic #FEBEA1
RGB
CMYK
RGB Variations
Color information
#FEBEA1 (or 0xFEBEA1) is known color: Romantic. HEX triplet: FE, BE and A1. RGB value is (254,190,161). Sum of RGB (Red+Green+Blue) = 254+190+161=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEA1 is #01415E. Grayscale: #CECECE. Windows color (decimal): -82271 or 10600190. OLE color: 10600190.
HSL color Cylindrical-coordinate representation of color #FEBEA1: hue angle of 18.71º 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 #FEBEA1 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 161 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.00 |
| HSL | 18.71º | 0.98% | 0.81% | - |
| HSV(B) | 18.71º | 0.37% | 1% | - |
| XYZ | 65.72 | 60.47 | 41.93 | - |
| YUV | 205.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 161 | 0 | 0.25 | 0.37 | 0.00 | 18.71 | 0.98 | 0.81 |
| Hex | FE | BE | A1 | 0 | 19 | 25 | 0 | 13 | 62 | 51 |
| Octal | 376 | 276 | 241 | 0 | 31 | 45 | 0 | 23 | 142 | 121 |
| Binary | 11111110 | 10111110 | 10100001 | 0 | 11001 | 100101 | 0 | 10011 | 1100010 | 1010001 |
Color Harmonies of #FEBEA1
Complementary color
Monochromatic Colors of #FEBEA1
Black with #FEBEA1
Text Example
Text Example
White with #FEBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEA1; }
p { color: rgb(254,190,161); }
H1.HeaderClassName
{
color: #FEBEA1;
}
.AnyTagClassName
{
color: #FEBEA1;
}
</style>
background-color css
<style>
a { background-color: #FEBEA1; }
a { background-color: rgb(254,190,161); }
div.DivClassName
{
background-color: #FEBEA1;
}
.BgClassName
{
background-color: #FEBEA1;
}
</style>
border-color css
<style>
span { border-color: #FEBEA1; }
span { border-color: rgb(254,190,161); }
td.TdClassName
{
border-color: #FEBEA1;
}
.TagClassName
{
border-color: #FEBEA1;
}
</style>