Shades of Rose Bud #FEA49C
Tints of Rose Bud #FEA49C
RGB
CMYK
RGB Variations
Color information
#FEA49C (or 0xFEA49C) is known color: Rose Bud. HEX triplet: FE, A4 and 9C. RGB value is (254,164,156). Sum of RGB (Red+Green+Blue) = 254+164+156=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA49C is #015B63. Grayscale: #BEBEBE. Windows color (decimal): -88932 or 10265854. OLE color: 10265854.
HSL color Cylindrical-coordinate representation of color #FEA49C: hue angle of 4.9º 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 #FEA49C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 156 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.00 |
| HSL | 4.9º | 0.98% | 0.8% | - |
| HSV(B) | 4.9º | 0.39% | 1% | - |
| XYZ | 60.15 | 50.02 | 37.94 | - |
| YUV | 190 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 156 | 0 | 0.35 | 0.39 | 0.00 | 4.9 | 0.98 | 0.8 |
| Hex | FE | A4 | 9C | 0 | 23 | 27 | 0 | 5 | 62 | 50 |
| Octal | 376 | 244 | 234 | 0 | 43 | 47 | 0 | 5 | 142 | 120 |
| Binary | 11111110 | 10100100 | 10011100 | 0 | 100011 | 100111 | 0 | 101 | 1100010 | 1010000 |
Color Harmonies of #FEA49C
Complementary color
Monochromatic Colors of #FEA49C
Black with #FEA49C
Text Example
Text Example
White with #FEA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA49C; }
p { color: rgb(254,164,156); }
H1.HeaderClassName
{
color: #FEA49C;
}
.AnyTagClassName
{
color: #FEA49C;
}
</style>
background-color css
<style>
a { background-color: #FEA49C; }
a { background-color: rgb(254,164,156); }
div.DivClassName
{
background-color: #FEA49C;
}
.BgClassName
{
background-color: #FEA49C;
}
</style>
border-color css
<style>
span { border-color: #FEA49C; }
span { border-color: rgb(254,164,156); }
td.TdClassName
{
border-color: #FEA49C;
}
.TagClassName
{
border-color: #FEA49C;
}
</style>