Shades of Rose Bud #FEA09F
Tints of Rose Bud #FEA09F
RGB
CMYK
RGB Variations
Color information
#FEA09F (or 0xFEA09F) is known color: Rose Bud. HEX triplet: FE, A0 and 9F. RGB value is (254,160,159). Sum of RGB (Red+Green+Blue) = 254+160+159=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA09F is #015F60. Grayscale: #BCBCBC. Windows color (decimal): -89953 or 10461438. OLE color: 10461438.
HSL color Cylindrical-coordinate representation of color #FEA09F: hue angle of 0.63º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA09F is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 159 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.00 |
| HSL | 0.63º | 0.98% | 0.81% | - |
| HSV(B) | 0.63º | 0.37% | 1% | - |
| XYZ | 59.7 | 48.72 | 39.06 | - |
| YUV | 187.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 159 | 0 | 0.37 | 0.37 | 0.00 | 0.63 | 0.98 | 0.81 |
| Hex | FE | A0 | 9F | 0 | 25 | 25 | 0 | 1 | 62 | 51 |
| Octal | 376 | 240 | 237 | 0 | 45 | 45 | 0 | 1 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10011111 | 0 | 100101 | 100101 | 0 | 1 | 1100010 | 1010001 |
Color Harmonies of #FEA09F
Complementary color
Monochromatic Colors of #FEA09F
Black with #FEA09F
Text Example
Text Example
White with #FEA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA09F; }
p { color: rgb(254,160,159); }
H1.HeaderClassName
{
color: #FEA09F;
}
.AnyTagClassName
{
color: #FEA09F;
}
</style>
background-color css
<style>
a { background-color: #FEA09F; }
a { background-color: rgb(254,160,159); }
div.DivClassName
{
background-color: #FEA09F;
}
.BgClassName
{
background-color: #FEA09F;
}
</style>
border-color css
<style>
span { border-color: #FEA09F; }
span { border-color: rgb(254,160,159); }
td.TdClassName
{
border-color: #FEA09F;
}
.TagClassName
{
border-color: #FEA09F;
}
</style>