Shades of Rose Bud #FEA98B
Tints of Rose Bud #FEA98B
RGB
CMYK
RGB Variations
Color information
#FEA98B (or 0xFEA98B) is known color: Rose Bud. HEX triplet: FE, A9 and 8B. RGB value is (254,169,139). Sum of RGB (Red+Green+Blue) = 254+169+139=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA98B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA98B is #015674. Grayscale: #BFBFBF. Windows color (decimal): -87669 or 9153022. OLE color: 9153022.
HSL color Cylindrical-coordinate representation of color #FEA98B: hue angle of 15.65º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEA98B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 139 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.00 |
| HSL | 15.65º | 0.98% | 0.77% | - |
| HSV(B) | 15.65º | 0.45% | 1% | - |
| XYZ | 59.72 | 51.31 | 31.18 | - |
| YUV | 191 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 139 | 0 | 0.33 | 0.45 | 0.00 | 15.65 | 0.98 | 0.77 |
| Hex | FE | A9 | 8B | 0 | 21 | 2D | 0 | 10 | 62 | 4D |
| Octal | 376 | 251 | 213 | 0 | 41 | 55 | 0 | 20 | 142 | 115 |
| Binary | 11111110 | 10101001 | 10001011 | 0 | 100001 | 101101 | 0 | 10000 | 1100010 | 1001101 |
Color Harmonies of #FEA98B
Complementary color
Monochromatic Colors of #FEA98B
Black with #FEA98B
Text Example
Text Example
White with #FEA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA98B; }
p { color: rgb(254,169,139); }
H1.HeaderClassName
{
color: #FEA98B;
}
.AnyTagClassName
{
color: #FEA98B;
}
</style>
background-color css
<style>
a { background-color: #FEA98B; }
a { background-color: rgb(254,169,139); }
div.DivClassName
{
background-color: #FEA98B;
}
.BgClassName
{
background-color: #FEA98B;
}
</style>
border-color css
<style>
span { border-color: #FEA98B; }
span { border-color: rgb(254,169,139); }
td.TdClassName
{
border-color: #FEA98B;
}
.TagClassName
{
border-color: #FEA98B;
}
</style>