Shades of Rose Bud #FEB39A
Tints of Rose Bud #FEB39A
RGB
CMYK
RGB Variations
Color information
#FEB39A (or 0xFEB39A) is known color: Rose Bud. HEX triplet: FE, B3 and 9A. RGB value is (254,179,154). Sum of RGB (Red+Green+Blue) = 254+179+154=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB39A is #014C65. Grayscale: #C6C6C6. Windows color (decimal): -85094 or 10138622. OLE color: 10138622.
HSL color Cylindrical-coordinate representation of color #FEB39A: hue angle of 15º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEB39A is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 154 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.00 |
| HSL | 15º | 0.98% | 0.8% | - |
| HSV(B) | 15º | 0.39% | 1% | - |
| XYZ | 62.83 | 55.64 | 38 | - |
| YUV | 198.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 154 | 0 | 0.30 | 0.39 | 0.00 | 15 | 0.98 | 0.8 |
| Hex | FE | B3 | 9A | 0 | 1E | 27 | 0 | F | 62 | 50 |
| Octal | 376 | 263 | 232 | 0 | 36 | 47 | 0 | 17 | 142 | 120 |
| Binary | 11111110 | 10110011 | 10011010 | 0 | 11110 | 100111 | 0 | 1111 | 1100010 | 1010000 |
Color Harmonies of #FEB39A
Complementary color
Monochromatic Colors of #FEB39A
Black with #FEB39A
Text Example
Text Example
White with #FEB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB39A; }
p { color: rgb(254,179,154); }
H1.HeaderClassName
{
color: #FEB39A;
}
.AnyTagClassName
{
color: #FEB39A;
}
</style>
background-color css
<style>
a { background-color: #FEB39A; }
a { background-color: rgb(254,179,154); }
div.DivClassName
{
background-color: #FEB39A;
}
.BgClassName
{
background-color: #FEB39A;
}
</style>
border-color css
<style>
span { border-color: #FEB39A; }
span { border-color: rgb(254,179,154); }
td.TdClassName
{
border-color: #FEB39A;
}
.TagClassName
{
border-color: #FEB39A;
}
</style>