Shades of Rose Bud #FEA197
Tints of Rose Bud #FEA197
RGB
CMYK
RGB Variations
Color information
#FEA197 (or 0xFEA197) is known color: Rose Bud. HEX triplet: FE, A1 and 97. RGB value is (254,161,151). Sum of RGB (Red+Green+Blue) = 254+161+151=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA197 is #015E68. Grayscale: #BBBBBB. Windows color (decimal): -89705 or 9937406. OLE color: 9937406.
HSL color Cylindrical-coordinate representation of color #FEA197: hue angle of 5.83º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEA197 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 151 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.00 |
| HSL | 5.83º | 0.98% | 0.79% | - |
| HSV(B) | 5.83º | 0.41% | 1% | - |
| XYZ | 59.2 | 48.79 | 35.58 | - |
| YUV | 187.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 151 | 0 | 0.37 | 0.41 | 0.00 | 5.83 | 0.98 | 0.79 |
| Hex | FE | A1 | 97 | 0 | 25 | 29 | 0 | 6 | 62 | 4F |
| Octal | 376 | 241 | 227 | 0 | 45 | 51 | 0 | 6 | 142 | 117 |
| Binary | 11111110 | 10100001 | 10010111 | 0 | 100101 | 101001 | 0 | 110 | 1100010 | 1001111 |
Color Harmonies of #FEA197
Complementary color
Monochromatic Colors of #FEA197
Black with #FEA197
Text Example
Text Example
White with #FEA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA197; }
p { color: rgb(254,161,151); }
H1.HeaderClassName
{
color: #FEA197;
}
.AnyTagClassName
{
color: #FEA197;
}
</style>
background-color css
<style>
a { background-color: #FEA197; }
a { background-color: rgb(254,161,151); }
div.DivClassName
{
background-color: #FEA197;
}
.BgClassName
{
background-color: #FEA197;
}
</style>
border-color css
<style>
span { border-color: #FEA197; }
span { border-color: rgb(254,161,151); }
td.TdClassName
{
border-color: #FEA197;
}
.TagClassName
{
border-color: #FEA197;
}
</style>