Shades of Rose Bud #FEA099
Tints of Rose Bud #FEA099
RGB
CMYK
RGB Variations
Color information
#FEA099 (or 0xFEA099) is known color: Rose Bud. HEX triplet: FE, A0 and 99. RGB value is (254,160,153). Sum of RGB (Red+Green+Blue) = 254+160+153=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA099 is #015F66. Grayscale: #BBBBBB. Windows color (decimal): -89959 or 10068222. OLE color: 10068222.
HSL color Cylindrical-coordinate representation of color #FEA099: hue angle of 4.16º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEA099 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 153 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.00 |
| HSL | 4.16º | 0.98% | 0.8% | - |
| HSV(B) | 4.16º | 0.4% | 1% | - |
| XYZ | 59.19 | 48.51 | 36.38 | - |
| YUV | 187.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 153 | 0 | 0.37 | 0.40 | 0.00 | 4.16 | 0.98 | 0.8 |
| Hex | FE | A0 | 99 | 0 | 25 | 28 | 0 | 4 | 62 | 50 |
| Octal | 376 | 240 | 231 | 0 | 45 | 50 | 0 | 4 | 142 | 120 |
| Binary | 11111110 | 10100000 | 10011001 | 0 | 100101 | 101000 | 0 | 100 | 1100010 | 1010000 |
Color Harmonies of #FEA099
Complementary color
Monochromatic Colors of #FEA099
Black with #FEA099
Text Example
Text Example
White with #FEA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA099; }
p { color: rgb(254,160,153); }
H1.HeaderClassName
{
color: #FEA099;
}
.AnyTagClassName
{
color: #FEA099;
}
</style>
background-color css
<style>
a { background-color: #FEA099; }
a { background-color: rgb(254,160,153); }
div.DivClassName
{
background-color: #FEA099;
}
.BgClassName
{
background-color: #FEA099;
}
</style>
border-color css
<style>
span { border-color: #FEA099; }
span { border-color: rgb(254,160,153); }
td.TdClassName
{
border-color: #FEA099;
}
.TagClassName
{
border-color: #FEA099;
}
</style>