Shades of Rose Bud #FEA19E
Tints of Rose Bud #FEA19E
RGB
CMYK
RGB Variations
Color information
#FEA19E (or 0xFEA19E) is known color: Rose Bud. HEX triplet: FE, A1 and 9E. RGB value is (254,161,158). Sum of RGB (Red+Green+Blue) = 254+161+158=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA19E is #015E61. Grayscale: #BCBCBC. Windows color (decimal): -89698 or 10396158. OLE color: 10396158.
HSL color Cylindrical-coordinate representation of color #FEA19E: hue angle of 1.88º 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 #FEA19E is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 158 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.00 |
| HSL | 1.88º | 0.98% | 0.81% | - |
| HSV(B) | 1.88º | 0.38% | 1% | - |
| XYZ | 59.79 | 49.03 | 38.66 | - |
| YUV | 188.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 158 | 0 | 0.37 | 0.38 | 0.00 | 1.88 | 0.98 | 0.81 |
| Hex | FE | A1 | 9E | 0 | 25 | 26 | 0 | 2 | 62 | 51 |
| Octal | 376 | 241 | 236 | 0 | 45 | 46 | 0 | 2 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10011110 | 0 | 100101 | 100110 | 0 | 10 | 1100010 | 1010001 |
Color Harmonies of #FEA19E
Complementary color
Monochromatic Colors of #FEA19E
Black with #FEA19E
Text Example
Text Example
White with #FEA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA19E; }
p { color: rgb(254,161,158); }
H1.HeaderClassName
{
color: #FEA19E;
}
.AnyTagClassName
{
color: #FEA19E;
}
</style>
background-color css
<style>
a { background-color: #FEA19E; }
a { background-color: rgb(254,161,158); }
div.DivClassName
{
background-color: #FEA19E;
}
.BgClassName
{
background-color: #FEA19E;
}
</style>
border-color css
<style>
span { border-color: #FEA19E; }
span { border-color: rgb(254,161,158); }
td.TdClassName
{
border-color: #FEA19E;
}
.TagClassName
{
border-color: #FEA19E;
}
</style>