Shades of Rose Bud #FEA0A0
Tints of Rose Bud #FEA0A0
RGB
CMYK
RGB Variations
Color information
#FEA0A0 (or 0xFEA0A0) is known color: Rose Bud. HEX triplet: FE, A0 and A0. RGB value is (254,160,160). Sum of RGB (Red+Green+Blue) = 254+160+160=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0A0 is #015F5F. Grayscale: #BCBCBC. Windows color (decimal): -89952 or 10526974. OLE color: 10526974.
HSL color Cylindrical-coordinate representation of color #FEA0A0: hue angle of 0º 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 #FEA0A0 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 160 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.00 |
| HSL | 0º | 0.98% | 0.81% | - |
| HSV(B) | 0º | 0.37% | 1% | - |
| XYZ | 59.79 | 48.75 | 39.52 | - |
| YUV | 188.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 160 | 0 | 0.37 | 0.37 | 0.00 | 0 | 0.98 | 0.81 |
| Hex | FE | A0 | A0 | 0 | 25 | 25 | 0 | 0 | 62 | 51 |
| Octal | 376 | 240 | 240 | 0 | 45 | 45 | 0 | 0 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10100000 | 0 | 100101 | 100101 | 0 | 0 | 1100010 | 1010001 |
Color Harmonies of #FEA0A0
Complementary color
Monochromatic Colors of #FEA0A0
Black with #FEA0A0
Text Example
Text Example
White with #FEA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0A0; }
p { color: rgb(254,160,160); }
H1.HeaderClassName
{
color: #FEA0A0;
}
.AnyTagClassName
{
color: #FEA0A0;
}
</style>
background-color css
<style>
a { background-color: #FEA0A0; }
a { background-color: rgb(254,160,160); }
div.DivClassName
{
background-color: #FEA0A0;
}
.BgClassName
{
background-color: #FEA0A0;
}
</style>
border-color css
<style>
span { border-color: #FEA0A0; }
span { border-color: rgb(254,160,160); }
td.TdClassName
{
border-color: #FEA0A0;
}
.TagClassName
{
border-color: #FEA0A0;
}
</style>