Shades of Rose Bud #FEA497
Tints of Rose Bud #FEA497
RGB
CMYK
RGB Variations
Color information
#FEA497 (or 0xFEA497) is known color: Rose Bud. HEX triplet: FE, A4 and 97. RGB value is (254,164,151). Sum of RGB (Red+Green+Blue) = 254+164+151=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA497 is #015B68. Grayscale: #BDBDBD. Windows color (decimal): -88937 or 9938174. OLE color: 9938174.
HSL color Cylindrical-coordinate representation of color #FEA497: hue angle of 7.57º 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 #FEA497 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 151 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.00 |
| HSL | 7.57º | 0.98% | 0.79% | - |
| HSV(B) | 7.57º | 0.41% | 1% | - |
| XYZ | 59.73 | 49.86 | 35.75 | - |
| YUV | 189.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 151 | 0 | 0.35 | 0.41 | 0.00 | 7.57 | 0.98 | 0.79 |
| Hex | FE | A4 | 97 | 0 | 23 | 29 | 0 | 8 | 62 | 4F |
| Octal | 376 | 244 | 227 | 0 | 43 | 51 | 0 | 10 | 142 | 117 |
| Binary | 11111110 | 10100100 | 10010111 | 0 | 100011 | 101001 | 0 | 1000 | 1100010 | 1001111 |
Color Harmonies of #FEA497
Complementary color
Monochromatic Colors of #FEA497
Black with #FEA497
Text Example
Text Example
White with #FEA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA497; }
p { color: rgb(254,164,151); }
H1.HeaderClassName
{
color: #FEA497;
}
.AnyTagClassName
{
color: #FEA497;
}
</style>
background-color css
<style>
a { background-color: #FEA497; }
a { background-color: rgb(254,164,151); }
div.DivClassName
{
background-color: #FEA497;
}
.BgClassName
{
background-color: #FEA497;
}
</style>
border-color css
<style>
span { border-color: #FEA497; }
span { border-color: rgb(254,164,151); }
td.TdClassName
{
border-color: #FEA497;
}
.TagClassName
{
border-color: #FEA497;
}
</style>