Shades of Rose Bud #FEAC8C
Tints of Rose Bud #FEAC8C
RGB
CMYK
RGB Variations
Color information
#FEAC8C (or 0xFEAC8C) is known color: Rose Bud. HEX triplet: FE, AC and 8C. RGB value is (254,172,140). Sum of RGB (Red+Green+Blue) = 254+172+140=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC8C is #015373. Grayscale: #C1C1C1. Windows color (decimal): -86900 or 9219326. OLE color: 9219326.
HSL color Cylindrical-coordinate representation of color #FEAC8C: hue angle of 16.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEAC8C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 140 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.00 |
| HSL | 16.84º | 0.98% | 0.77% | - |
| HSV(B) | 16.84º | 0.45% | 1% | - |
| XYZ | 60.36 | 52.47 | 31.76 | - |
| YUV | 192.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 140 | 0 | 0.32 | 0.45 | 0.00 | 16.84 | 0.98 | 0.77 |
| Hex | FE | AC | 8C | 0 | 20 | 2D | 0 | 11 | 62 | 4D |
| Octal | 376 | 254 | 214 | 0 | 40 | 55 | 0 | 21 | 142 | 115 |
| Binary | 11111110 | 10101100 | 10001100 | 0 | 100000 | 101101 | 0 | 10001 | 1100010 | 1001101 |
Color Harmonies of #FEAC8C
Complementary color
Monochromatic Colors of #FEAC8C
Black with #FEAC8C
Text Example
Text Example
White with #FEAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC8C; }
p { color: rgb(254,172,140); }
H1.HeaderClassName
{
color: #FEAC8C;
}
.AnyTagClassName
{
color: #FEAC8C;
}
</style>
background-color css
<style>
a { background-color: #FEAC8C; }
a { background-color: rgb(254,172,140); }
div.DivClassName
{
background-color: #FEAC8C;
}
.BgClassName
{
background-color: #FEAC8C;
}
</style>
border-color css
<style>
span { border-color: #FEAC8C; }
span { border-color: rgb(254,172,140); }
td.TdClassName
{
border-color: #FEAC8C;
}
.TagClassName
{
border-color: #FEAC8C;
}
</style>