Shades of Romantic #FEBD9E
Tints of Romantic #FEBD9E
RGB
CMYK
RGB Variations
Color information
#FEBD9E (or 0xFEBD9E) is known color: Romantic. HEX triplet: FE, BD and 9E. RGB value is (254,189,158). Sum of RGB (Red+Green+Blue) = 254+189+158=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD9E is #014261. Grayscale: #CDCDCD. Windows color (decimal): -82530 or 10403326. OLE color: 10403326.
HSL color Cylindrical-coordinate representation of color #FEBD9E: hue angle of 19.38º 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 #FEBD9E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 158 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.00 |
| HSL | 19.38º | 0.98% | 0.81% | - |
| HSV(B) | 19.38º | 0.38% | 1% | - |
| XYZ | 65.24 | 59.93 | 40.48 | - |
| YUV | 204.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 158 | 0 | 0.26 | 0.38 | 0.00 | 19.38 | 0.98 | 0.81 |
| Hex | FE | BD | 9E | 0 | 1A | 26 | 0 | 13 | 62 | 51 |
| Octal | 376 | 275 | 236 | 0 | 32 | 46 | 0 | 23 | 142 | 121 |
| Binary | 11111110 | 10111101 | 10011110 | 0 | 11010 | 100110 | 0 | 10011 | 1100010 | 1010001 |
Color Harmonies of #FEBD9E
Complementary color
Monochromatic Colors of #FEBD9E
Black with #FEBD9E
Text Example
Text Example
White with #FEBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD9E; }
p { color: rgb(254,189,158); }
H1.HeaderClassName
{
color: #FEBD9E;
}
.AnyTagClassName
{
color: #FEBD9E;
}
</style>
background-color css
<style>
a { background-color: #FEBD9E; }
a { background-color: rgb(254,189,158); }
div.DivClassName
{
background-color: #FEBD9E;
}
.BgClassName
{
background-color: #FEBD9E;
}
</style>
border-color css
<style>
span { border-color: #FEBD9E; }
span { border-color: rgb(254,189,158); }
td.TdClassName
{
border-color: #FEBD9E;
}
.TagClassName
{
border-color: #FEBD9E;
}
</style>