Shades of Rose Bud #FEA895
Tints of Rose Bud #FEA895
RGB
CMYK
RGB Variations
Color information
#FEA895 (or 0xFEA895) is known color: Rose Bud. HEX triplet: FE, A8 and 95. RGB value is (254,168,149). Sum of RGB (Red+Green+Blue) = 254+168+149=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA895 is #01576A. Grayscale: #BFBFBF. Windows color (decimal): -87915 or 9808126. OLE color: 9808126.
HSL color Cylindrical-coordinate representation of color #FEA895: hue angle of 10.86º 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 #FEA895 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 149 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.00 |
| HSL | 10.86º | 0.98% | 0.79% | - |
| HSV(B) | 10.86º | 0.41% | 1% | - |
| XYZ | 60.3 | 51.25 | 35.15 | - |
| YUV | 191.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 149 | 0 | 0.34 | 0.41 | 0.00 | 10.86 | 0.98 | 0.79 |
| Hex | FE | A8 | 95 | 0 | 22 | 29 | 0 | B | 62 | 4F |
| Octal | 376 | 250 | 225 | 0 | 42 | 51 | 0 | 13 | 142 | 117 |
| Binary | 11111110 | 10101000 | 10010101 | 0 | 100010 | 101001 | 0 | 1011 | 1100010 | 1001111 |
Color Harmonies of #FEA895
Complementary color
Monochromatic Colors of #FEA895
Black with #FEA895
Text Example
Text Example
White with #FEA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA895; }
p { color: rgb(254,168,149); }
H1.HeaderClassName
{
color: #FEA895;
}
.AnyTagClassName
{
color: #FEA895;
}
</style>
background-color css
<style>
a { background-color: #FEA895; }
a { background-color: rgb(254,168,149); }
div.DivClassName
{
background-color: #FEA895;
}
.BgClassName
{
background-color: #FEA895;
}
</style>
border-color css
<style>
span { border-color: #FEA895; }
span { border-color: rgb(254,168,149); }
td.TdClassName
{
border-color: #FEA895;
}
.TagClassName
{
border-color: #FEA895;
}
</style>