Shades of Romantic #FEBF90
Tints of Romantic #FEBF90
RGB
CMYK
RGB Variations
Color information
#FEBF90 (or 0xFEBF90) is known color: Romantic. HEX triplet: FE, BF and 90. RGB value is (254,191,144). Sum of RGB (Red+Green+Blue) = 254+191+144=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF90 is #01406F. Grayscale: #CCCCCC. Windows color (decimal): -82032 or 9486334. OLE color: 9486334.
HSL color Cylindrical-coordinate representation of color #FEBF90: hue angle of 25.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEBF90 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 144 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.00 |
| HSL | 25.64º | 0.98% | 0.78% | - |
| HSV(B) | 25.64º | 0.43% | 1% | - |
| XYZ | 64.54 | 60.35 | 34.63 | - |
| YUV | 204.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 144 | 0 | 0.25 | 0.43 | 0.00 | 25.64 | 0.98 | 0.78 |
| Hex | FE | BF | 90 | 0 | 19 | 2B | 0 | 1A | 62 | 4E |
| Octal | 376 | 277 | 220 | 0 | 31 | 53 | 0 | 32 | 142 | 116 |
| Binary | 11111110 | 10111111 | 10010000 | 0 | 11001 | 101011 | 0 | 11010 | 1100010 | 1001110 |
Color Harmonies of #FEBF90
Complementary color
Monochromatic Colors of #FEBF90
Black with #FEBF90
Text Example
Text Example
White with #FEBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF90; }
p { color: rgb(254,191,144); }
H1.HeaderClassName
{
color: #FEBF90;
}
.AnyTagClassName
{
color: #FEBF90;
}
</style>
background-color css
<style>
a { background-color: #FEBF90; }
a { background-color: rgb(254,191,144); }
div.DivClassName
{
background-color: #FEBF90;
}
.BgClassName
{
background-color: #FEBF90;
}
</style>
border-color css
<style>
span { border-color: #FEBF90; }
span { border-color: rgb(254,191,144); }
td.TdClassName
{
border-color: #FEBF90;
}
.TagClassName
{
border-color: #FEBF90;
}
</style>