Shades of Rose Bud #FEAC9D
Tints of Rose Bud #FEAC9D
RGB
CMYK
RGB Variations
Color information
#FEAC9D (or 0xFEAC9D) is known color: Rose Bud. HEX triplet: FE, AC and 9D. RGB value is (254,172,157). Sum of RGB (Red+Green+Blue) = 254+172+157=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC9D is #015362. Grayscale: #C2C2C2. Windows color (decimal): -86883 or 10333438. OLE color: 10333438.
HSL color Cylindrical-coordinate representation of color #FEAC9D: hue angle of 9.28º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEAC9D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 157 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.00 |
| HSL | 9.28º | 0.98% | 0.81% | - |
| HSV(B) | 9.28º | 0.38% | 1% | - |
| XYZ | 61.71 | 53.01 | 38.88 | - |
| YUV | 194.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 157 | 0 | 0.32 | 0.38 | 0.00 | 9.28 | 0.98 | 0.81 |
| Hex | FE | AC | 9D | 0 | 20 | 26 | 0 | 9 | 62 | 51 |
| Octal | 376 | 254 | 235 | 0 | 40 | 46 | 0 | 11 | 142 | 121 |
| Binary | 11111110 | 10101100 | 10011101 | 0 | 100000 | 100110 | 0 | 1001 | 1100010 | 1010001 |
Color Harmonies of #FEAC9D
Complementary color
Monochromatic Colors of #FEAC9D
Black with #FEAC9D
Text Example
Text Example
White with #FEAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC9D; }
p { color: rgb(254,172,157); }
H1.HeaderClassName
{
color: #FEAC9D;
}
.AnyTagClassName
{
color: #FEAC9D;
}
</style>
background-color css
<style>
a { background-color: #FEAC9D; }
a { background-color: rgb(254,172,157); }
div.DivClassName
{
background-color: #FEAC9D;
}
.BgClassName
{
background-color: #FEAC9D;
}
</style>
border-color css
<style>
span { border-color: #FEAC9D; }
span { border-color: rgb(254,172,157); }
td.TdClassName
{
border-color: #FEAC9D;
}
.TagClassName
{
border-color: #FEAC9D;
}
</style>