Shades of Rose Bud #FEA097
Tints of Rose Bud #FEA097
RGB
CMYK
RGB Variations
Color information
#FEA097 (or 0xFEA097) is known color: Rose Bud. HEX triplet: FE, A0 and 97. RGB value is (254,160,151). Sum of RGB (Red+Green+Blue) = 254+160+151=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA097 is #015F68. Grayscale: #BBBBBB. Windows color (decimal): -89961 or 9937150. OLE color: 9937150.
HSL color Cylindrical-coordinate representation of color #FEA097: hue angle of 5.24º 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 #FEA097 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 151 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.00 |
| HSL | 5.24º | 0.98% | 0.79% | - |
| HSV(B) | 5.24º | 0.41% | 1% | - |
| XYZ | 59.03 | 48.45 | 35.52 | - |
| YUV | 187.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 151 | 0 | 0.37 | 0.41 | 0.00 | 5.24 | 0.98 | 0.79 |
| Hex | FE | A0 | 97 | 0 | 25 | 29 | 0 | 5 | 62 | 4F |
| Octal | 376 | 240 | 227 | 0 | 45 | 51 | 0 | 5 | 142 | 117 |
| Binary | 11111110 | 10100000 | 10010111 | 0 | 100101 | 101001 | 0 | 101 | 1100010 | 1001111 |
Color Harmonies of #FEA097
Complementary color
Monochromatic Colors of #FEA097
Black with #FEA097
Text Example
Text Example
White with #FEA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA097; }
p { color: rgb(254,160,151); }
H1.HeaderClassName
{
color: #FEA097;
}
.AnyTagClassName
{
color: #FEA097;
}
</style>
background-color css
<style>
a { background-color: #FEA097; }
a { background-color: rgb(254,160,151); }
div.DivClassName
{
background-color: #FEA097;
}
.BgClassName
{
background-color: #FEA097;
}
</style>
border-color css
<style>
span { border-color: #FEA097; }
span { border-color: rgb(254,160,151); }
td.TdClassName
{
border-color: #FEA097;
}
.TagClassName
{
border-color: #FEA097;
}
</style>