Shades of Rose Bud #FEA9A0
Tints of Rose Bud #FEA9A0
RGB
CMYK
RGB Variations
Color information
#FEA9A0 (or 0xFEA9A0) is known color: Rose Bud. HEX triplet: FE, A9 and A0. RGB value is (254,169,160). Sum of RGB (Red+Green+Blue) = 254+169+160=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA9A0 is #01565F. Grayscale: #C1C1C1. Windows color (decimal): -87648 or 10529278. OLE color: 10529278.
HSL color Cylindrical-coordinate representation of color #FEA9A0: hue angle of 5.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA9A0 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 160 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.00 |
| HSL | 5.74º | 0.98% | 0.81% | - |
| HSV(B) | 5.74º | 0.37% | 1% | - |
| XYZ | 61.41 | 51.98 | 40.06 | - |
| YUV | 193.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 160 | 0 | 0.33 | 0.37 | 0.00 | 5.74 | 0.98 | 0.81 |
| Hex | FE | A9 | A0 | 0 | 21 | 25 | 0 | 6 | 62 | 51 |
| Octal | 376 | 251 | 240 | 0 | 41 | 45 | 0 | 6 | 142 | 121 |
| Binary | 11111110 | 10101001 | 10100000 | 0 | 100001 | 100101 | 0 | 110 | 1100010 | 1010001 |
Color Harmonies of #FEA9A0
Complementary color
Monochromatic Colors of #FEA9A0
Black with #FEA9A0
Text Example
Text Example
White with #FEA9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9A0; }
p { color: rgb(254,169,160); }
H1.HeaderClassName
{
color: #FEA9A0;
}
.AnyTagClassName
{
color: #FEA9A0;
}
</style>
background-color css
<style>
a { background-color: #FEA9A0; }
a { background-color: rgb(254,169,160); }
div.DivClassName
{
background-color: #FEA9A0;
}
.BgClassName
{
background-color: #FEA9A0;
}
</style>
border-color css
<style>
span { border-color: #FEA9A0; }
span { border-color: rgb(254,169,160); }
td.TdClassName
{
border-color: #FEA9A0;
}
.TagClassName
{
border-color: #FEA9A0;
}
</style>