Shades of Rose Bud #FEAA8D
Tints of Rose Bud #FEAA8D
RGB
CMYK
RGB Variations
Color information
#FEAA8D (or 0xFEAA8D) is known color: Rose Bud. HEX triplet: FE, AA and 8D. RGB value is (254,170,141). Sum of RGB (Red+Green+Blue) = 254+170+141=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA8D is #015572. Grayscale: #C0C0C0. Windows color (decimal): -87411 or 9284350. OLE color: 9284350.
HSL color Cylindrical-coordinate representation of color #FEAA8D: hue angle of 15.4º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEAA8D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 141 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.00 |
| HSL | 15.4º | 0.98% | 0.77% | - |
| HSV(B) | 15.4º | 0.44% | 1% | - |
| XYZ | 60.06 | 51.74 | 32.02 | - |
| YUV | 191.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 141 | 0 | 0.33 | 0.44 | 0.00 | 15.4 | 0.98 | 0.77 |
| Hex | FE | AA | 8D | 0 | 21 | 2C | 0 | F | 62 | 4D |
| Octal | 376 | 252 | 215 | 0 | 41 | 54 | 0 | 17 | 142 | 115 |
| Binary | 11111110 | 10101010 | 10001101 | 0 | 100001 | 101100 | 0 | 1111 | 1100010 | 1001101 |
Color Harmonies of #FEAA8D
Complementary color
Monochromatic Colors of #FEAA8D
Black with #FEAA8D
Text Example
Text Example
White with #FEAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA8D; }
p { color: rgb(254,170,141); }
H1.HeaderClassName
{
color: #FEAA8D;
}
.AnyTagClassName
{
color: #FEAA8D;
}
</style>
background-color css
<style>
a { background-color: #FEAA8D; }
a { background-color: rgb(254,170,141); }
div.DivClassName
{
background-color: #FEAA8D;
}
.BgClassName
{
background-color: #FEAA8D;
}
</style>
border-color css
<style>
span { border-color: #FEAA8D; }
span { border-color: rgb(254,170,141); }
td.TdClassName
{
border-color: #FEAA8D;
}
.TagClassName
{
border-color: #FEAA8D;
}
</style>