Shades of Rose Bud #FEA09B
Tints of Rose Bud #FEA09B
RGB
CMYK
RGB Variations
Color information
#FEA09B (or 0xFEA09B) is known color: Rose Bud. HEX triplet: FE, A0 and 9B. RGB value is (254,160,155). Sum of RGB (Red+Green+Blue) = 254+160+155=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA09B is #015F64. Grayscale: #BBBBBB. Windows color (decimal): -89957 or 10199294. OLE color: 10199294.
HSL color Cylindrical-coordinate representation of color #FEA09B: hue angle of 3.03º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEA09B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 155 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.00 |
| HSL | 3.03º | 0.98% | 0.8% | - |
| HSV(B) | 3.03º | 0.39% | 1% | - |
| XYZ | 59.36 | 48.58 | 37.26 | - |
| YUV | 187.54 | 109.64 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 155 | 0 | 0.37 | 0.39 | 0.00 | 3.03 | 0.98 | 0.8 |
| Hex | FE | A0 | 9B | 0 | 25 | 27 | 0 | 3 | 62 | 50 |
| Octal | 376 | 240 | 233 | 0 | 45 | 47 | 0 | 3 | 142 | 120 |
| Binary | 11111110 | 10100000 | 10011011 | 0 | 100101 | 100111 | 0 | 11 | 1100010 | 1010000 |
Color Harmonies of #FEA09B
Complementary color
Monochromatic Colors of #FEA09B
Black with #FEA09B
Text Example
Text Example
White with #FEA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA09B; }
p { color: rgb(254,160,155); }
H1.HeaderClassName
{
color: #FEA09B;
}
.AnyTagClassName
{
color: #FEA09B;
}
</style>
background-color css
<style>
a { background-color: #FEA09B; }
a { background-color: rgb(254,160,155); }
div.DivClassName
{
background-color: #FEA09B;
}
.BgClassName
{
background-color: #FEA09B;
}
</style>
border-color css
<style>
span { border-color: #FEA09B; }
span { border-color: rgb(254,160,155); }
td.TdClassName
{
border-color: #FEA09B;
}
.TagClassName
{
border-color: #FEA09B;
}
</style>