Shades of Rose Bud #FEA295
Tints of Rose Bud #FEA295
RGB
CMYK
RGB Variations
Color information
#FEA295 (or 0xFEA295) is known color: Rose Bud. HEX triplet: FE, A2 and 95. RGB value is (254,162,149). Sum of RGB (Red+Green+Blue) = 254+162+149=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA295 is #015D6A. Grayscale: #BCBCBC. Windows color (decimal): -89451 or 9806590. OLE color: 9806590.
HSL color Cylindrical-coordinate representation of color #FEA295: hue angle of 7.43º 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 #FEA295 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 149 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.00 |
| HSL | 7.43º | 0.98% | 0.79% | - |
| HSV(B) | 7.43º | 0.41% | 1% | - |
| XYZ | 59.22 | 49.08 | 34.79 | - |
| YUV | 188.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 149 | 0 | 0.36 | 0.41 | 0.00 | 7.43 | 0.98 | 0.79 |
| Hex | FE | A2 | 95 | 0 | 24 | 29 | 0 | 7 | 62 | 4F |
| Octal | 376 | 242 | 225 | 0 | 44 | 51 | 0 | 7 | 142 | 117 |
| Binary | 11111110 | 10100010 | 10010101 | 0 | 100100 | 101001 | 0 | 111 | 1100010 | 1001111 |
Color Harmonies of #FEA295
Complementary color
Monochromatic Colors of #FEA295
Black with #FEA295
Text Example
Text Example
White with #FEA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA295; }
p { color: rgb(254,162,149); }
H1.HeaderClassName
{
color: #FEA295;
}
.AnyTagClassName
{
color: #FEA295;
}
</style>
background-color css
<style>
a { background-color: #FEA295; }
a { background-color: rgb(254,162,149); }
div.DivClassName
{
background-color: #FEA295;
}
.BgClassName
{
background-color: #FEA295;
}
</style>
border-color css
<style>
span { border-color: #FEA295; }
span { border-color: rgb(254,162,149); }
td.TdClassName
{
border-color: #FEA295;
}
.TagClassName
{
border-color: #FEA295;
}
</style>