Shades of Rose Bud #FFAA9E
Tints of Rose Bud #FFAA9E
RGB
CMYK
RGB Variations
Color information
#FFAA9E (or 0xFFAA9E) is known color: Rose Bud. HEX triplet: FF, AA and 9E. RGB value is (255,170,158). Sum of RGB (Red+Green+Blue) = 255+170+158=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA9E is #005561. Grayscale: #C2C2C2. Windows color (decimal): -21858 or 10398463. OLE color: 10398463.
HSL color Cylindrical-coordinate representation of color #FFAA9E: hue angle of 7.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFAA9E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 158 | - |
| CMYK | 0 | 0.33 | 0.38 | 0 |
| HSL | 7.42º | 1% | 0.81% | - |
| HSV(B) | 7.42º | 0.38% | 1% | - |
| XYZ | 61.79 | 52.48 | 39.22 | - |
| YUV | 194.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 158 | 0 | 0.33 | 0.38 | 0 | 7.42 | 1 | 0.81 |
| Hex | FF | AA | 9E | 0 | 21 | 26 | 0 | 7 | 64 | 51 |
| Octal | 377 | 252 | 236 | 0 | 41 | 46 | 0 | 7 | 144 | 121 |
| Binary | 11111111 | 10101010 | 10011110 | 0 | 100001 | 100110 | 0 | 111 | 1100100 | 1010001 |
Color Harmonies of #FFAA9E
Complementary color
Monochromatic Colors of #FFAA9E
Black with #FFAA9E
Text Example
Text Example
White with #FFAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA9E; }
p { color: rgb(255,170,158); }
H1.HeaderClassName
{
color: #FFAA9E;
}
.AnyTagClassName
{
color: #FFAA9E;
}
</style>
background-color css
<style>
a { background-color: #FFAA9E; }
a { background-color: rgb(255,170,158); }
div.DivClassName
{
background-color: #FFAA9E;
}
.BgClassName
{
background-color: #FFAA9E;
}
</style>
border-color css
<style>
span { border-color: #FFAA9E; }
span { border-color: rgb(255,170,158); }
td.TdClassName
{
border-color: #FFAA9E;
}
.TagClassName
{
border-color: #FFAA9E;
}
</style>