Shades of Rose Bud #FFAA8D
Tints of Rose Bud #FFAA8D
RGB
CMYK
RGB Variations
Color information
#FFAA8D (or 0xFFAA8D) is known color: Rose Bud. HEX triplet: FF, AA and 8D. RGB value is (255,170,141). Sum of RGB (Red+Green+Blue) = 255+170+141=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA8D is #005572. Grayscale: #C0C0C0. Windows color (decimal): -21875 or 9284351. OLE color: 9284351.
HSL color Cylindrical-coordinate representation of color #FFAA8D: hue angle of 15.26º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFAA8D is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 141 | - |
| CMYK | 0 | 0.33 | 0.45 | 0 |
| HSL | 15.26º | 1% | 0.78% | - |
| HSV(B) | 15.26º | 0.45% | 1% | - |
| XYZ | 60.42 | 51.93 | 32.04 | - |
| YUV | 192.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 141 | 0 | 0.33 | 0.45 | 0 | 15.26 | 1 | 0.78 |
| Hex | FF | AA | 8D | 0 | 21 | 2D | 0 | F | 64 | 4E |
| Octal | 377 | 252 | 215 | 0 | 41 | 55 | 0 | 17 | 144 | 116 |
| Binary | 11111111 | 10101010 | 10001101 | 0 | 100001 | 101101 | 0 | 1111 | 1100100 | 1001110 |
Color Harmonies of #FFAA8D
Complementary color
Monochromatic Colors of #FFAA8D
Black with #FFAA8D
Text Example
Text Example
White with #FFAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA8D; }
p { color: rgb(255,170,141); }
H1.HeaderClassName
{
color: #FFAA8D;
}
.AnyTagClassName
{
color: #FFAA8D;
}
</style>
background-color css
<style>
a { background-color: #FFAA8D; }
a { background-color: rgb(255,170,141); }
div.DivClassName
{
background-color: #FFAA8D;
}
.BgClassName
{
background-color: #FFAA8D;
}
</style>
border-color css
<style>
span { border-color: #FFAA8D; }
span { border-color: rgb(255,170,141); }
td.TdClassName
{
border-color: #FFAA8D;
}
.TagClassName
{
border-color: #FFAA8D;
}
</style>