Shades of Rose Bud #FEA096
Tints of Rose Bud #FEA096
RGB
CMYK
RGB Variations
Color information
#FEA096 (or 0xFEA096) is known color: Rose Bud. HEX triplet: FE, A0 and 96. RGB value is (254,160,150). Sum of RGB (Red+Green+Blue) = 254+160+150=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA096 is #015F69. Grayscale: #BBBBBB. Windows color (decimal): -89962 or 9871614. OLE color: 9871614.
HSL color Cylindrical-coordinate representation of color #FEA096: hue angle of 5.77º 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 #FEA096 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 150 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.00 |
| HSL | 5.77º | 0.98% | 0.79% | - |
| HSV(B) | 5.77º | 0.41% | 1% | - |
| XYZ | 58.95 | 48.41 | 35.09 | - |
| YUV | 186.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 150 | 0 | 0.37 | 0.41 | 0.00 | 5.77 | 0.98 | 0.79 |
| Hex | FE | A0 | 96 | 0 | 25 | 29 | 0 | 6 | 62 | 4F |
| Octal | 376 | 240 | 226 | 0 | 45 | 51 | 0 | 6 | 142 | 117 |
| Binary | 11111110 | 10100000 | 10010110 | 0 | 100101 | 101001 | 0 | 110 | 1100010 | 1001111 |
Color Harmonies of #FEA096
Complementary color
Monochromatic Colors of #FEA096
Black with #FEA096
Text Example
Text Example
White with #FEA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA096; }
p { color: rgb(254,160,150); }
H1.HeaderClassName
{
color: #FEA096;
}
.AnyTagClassName
{
color: #FEA096;
}
</style>
background-color css
<style>
a { background-color: #FEA096; }
a { background-color: rgb(254,160,150); }
div.DivClassName
{
background-color: #FEA096;
}
.BgClassName
{
background-color: #FEA096;
}
</style>
border-color css
<style>
span { border-color: #FEA096; }
span { border-color: rgb(254,160,150); }
td.TdClassName
{
border-color: #FEA096;
}
.TagClassName
{
border-color: #FEA096;
}
</style>