Shades of Rose Bud #FEAA8C
Tints of Rose Bud #FEAA8C
RGB
CMYK
RGB Variations
Color information
#FEAA8C (or 0xFEAA8C) is known color: Rose Bud. HEX triplet: FE, AA and 8C. RGB value is (254,170,140). Sum of RGB (Red+Green+Blue) = 254+170+140=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA8C is #015573. Grayscale: #BFBFBF. Windows color (decimal): -87412 or 9218814. OLE color: 9218814.
HSL color Cylindrical-coordinate representation of color #FEAA8C: hue angle of 15.79º 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 #FEAA8C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 140 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.00 |
| HSL | 15.79º | 0.98% | 0.77% | - |
| HSV(B) | 15.79º | 0.45% | 1% | - |
| XYZ | 59.98 | 51.71 | 31.63 | - |
| YUV | 191.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 140 | 0 | 0.33 | 0.45 | 0.00 | 15.79 | 0.98 | 0.77 |
| Hex | FE | AA | 8C | 0 | 21 | 2D | 0 | 10 | 62 | 4D |
| Octal | 376 | 252 | 214 | 0 | 41 | 55 | 0 | 20 | 142 | 115 |
| Binary | 11111110 | 10101010 | 10001100 | 0 | 100001 | 101101 | 0 | 10000 | 1100010 | 1001101 |
Color Harmonies of #FEAA8C
Complementary color
Monochromatic Colors of #FEAA8C
Black with #FEAA8C
Text Example
Text Example
White with #FEAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA8C; }
p { color: rgb(254,170,140); }
H1.HeaderClassName
{
color: #FEAA8C;
}
.AnyTagClassName
{
color: #FEAA8C;
}
</style>
background-color css
<style>
a { background-color: #FEAA8C; }
a { background-color: rgb(254,170,140); }
div.DivClassName
{
background-color: #FEAA8C;
}
.BgClassName
{
background-color: #FEAA8C;
}
</style>
border-color css
<style>
span { border-color: #FEAA8C; }
span { border-color: rgb(254,170,140); }
td.TdClassName
{
border-color: #FEAA8C;
}
.TagClassName
{
border-color: #FEAA8C;
}
</style>