Shades of Rose Bud #FEAC9A
Tints of Rose Bud #FEAC9A
RGB
CMYK
RGB Variations
Color information
#FEAC9A (or 0xFEAC9A) is known color: Rose Bud. HEX triplet: FE, AC and 9A. RGB value is (254,172,154). Sum of RGB (Red+Green+Blue) = 254+172+154=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC9A is #015365. Grayscale: #C2C2C2. Windows color (decimal): -86886 or 10136830. OLE color: 10136830.
HSL color Cylindrical-coordinate representation of color #FEAC9A: hue angle of 10.8º 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 #FEAC9A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 154 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.00 |
| HSL | 10.8º | 0.98% | 0.8% | - |
| HSV(B) | 10.8º | 0.39% | 1% | - |
| XYZ | 61.46 | 52.91 | 37.55 | - |
| YUV | 194.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 154 | 0 | 0.32 | 0.39 | 0.00 | 10.8 | 0.98 | 0.8 |
| Hex | FE | AC | 9A | 0 | 20 | 27 | 0 | B | 62 | 50 |
| Octal | 376 | 254 | 232 | 0 | 40 | 47 | 0 | 13 | 142 | 120 |
| Binary | 11111110 | 10101100 | 10011010 | 0 | 100000 | 100111 | 0 | 1011 | 1100010 | 1010000 |
Color Harmonies of #FEAC9A
Complementary color
Monochromatic Colors of #FEAC9A
Black with #FEAC9A
Text Example
Text Example
White with #FEAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC9A; }
p { color: rgb(254,172,154); }
H1.HeaderClassName
{
color: #FEAC9A;
}
.AnyTagClassName
{
color: #FEAC9A;
}
</style>
background-color css
<style>
a { background-color: #FEAC9A; }
a { background-color: rgb(254,172,154); }
div.DivClassName
{
background-color: #FEAC9A;
}
.BgClassName
{
background-color: #FEAC9A;
}
</style>
border-color css
<style>
span { border-color: #FEAC9A; }
span { border-color: rgb(254,172,154); }
td.TdClassName
{
border-color: #FEAC9A;
}
.TagClassName
{
border-color: #FEAC9A;
}
</style>