Shades of Rose Bud #FEB39E
Tints of Rose Bud #FEB39E
RGB
CMYK
RGB Variations
Color information
#FEB39E (or 0xFEB39E) is known color: Rose Bud. HEX triplet: FE, B3 and 9E. RGB value is (254,179,158). Sum of RGB (Red+Green+Blue) = 254+179+158=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB39E is #014C61. Grayscale: #C7C7C7. Windows color (decimal): -85090 or 10400766. OLE color: 10400766.
HSL color Cylindrical-coordinate representation of color #FEB39E: hue angle of 13.12º 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 #FEB39E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 158 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.00 |
| HSL | 13.13º | 0.98% | 0.81% | - |
| HSV(B) | 13.13º | 0.38% | 1% | - |
| XYZ | 63.16 | 55.78 | 39.79 | - |
| YUV | 199.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 158 | 0 | 0.30 | 0.38 | 0.00 | 13.13 | 0.98 | 0.81 |
| Hex | FE | B3 | 9E | 0 | 1E | 26 | 0 | D | 62 | 51 |
| Octal | 376 | 263 | 236 | 0 | 36 | 46 | 0 | 15 | 142 | 121 |
| Binary | 11111110 | 10110011 | 10011110 | 0 | 11110 | 100110 | 0 | 1101 | 1100010 | 1010001 |
Color Harmonies of #FEB39E
Complementary color
Monochromatic Colors of #FEB39E
Black with #FEB39E
Text Example
Text Example
White with #FEB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB39E; }
p { color: rgb(254,179,158); }
H1.HeaderClassName
{
color: #FEB39E;
}
.AnyTagClassName
{
color: #FEB39E;
}
</style>
background-color css
<style>
a { background-color: #FEB39E; }
a { background-color: rgb(254,179,158); }
div.DivClassName
{
background-color: #FEB39E;
}
.BgClassName
{
background-color: #FEB39E;
}
</style>
border-color css
<style>
span { border-color: #FEB39E; }
span { border-color: rgb(254,179,158); }
td.TdClassName
{
border-color: #FEB39E;
}
.TagClassName
{
border-color: #FEB39E;
}
</style>