Shades of Rose Bud #FFAA9F
Tints of Rose Bud #FFAA9F
RGB
CMYK
RGB Variations
Color information
#FFAA9F (or 0xFFAA9F) is known color: Rose Bud. HEX triplet: FF, AA and 9F. RGB value is (255,170,159). Sum of RGB (Red+Green+Blue) = 255+170+159=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA9F is #005560. Grayscale: #C2C2C2. Windows color (decimal): -21857 or 10463999. OLE color: 10463999.
HSL color Cylindrical-coordinate representation of color #FFAA9F: hue angle of 6.88º 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 #FFAA9F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 159 | - |
| CMYK | 0 | 0.33 | 0.38 | 0 |
| HSL | 6.88º | 1% | 0.81% | - |
| HSV(B) | 6.88º | 0.38% | 1% | - |
| XYZ | 61.87 | 52.51 | 39.68 | - |
| YUV | 194.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 159 | 0 | 0.33 | 0.38 | 0 | 6.88 | 1 | 0.81 |
| Hex | FF | AA | 9F | 0 | 21 | 26 | 0 | 7 | 64 | 51 |
| Octal | 377 | 252 | 237 | 0 | 41 | 46 | 0 | 7 | 144 | 121 |
| Binary | 11111111 | 10101010 | 10011111 | 0 | 100001 | 100110 | 0 | 111 | 1100100 | 1010001 |
Color Harmonies of #FFAA9F
Complementary color
Monochromatic Colors of #FFAA9F
Black with #FFAA9F
Text Example
Text Example
White with #FFAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA9F; }
p { color: rgb(255,170,159); }
H1.HeaderClassName
{
color: #FFAA9F;
}
.AnyTagClassName
{
color: #FFAA9F;
}
</style>
background-color css
<style>
a { background-color: #FFAA9F; }
a { background-color: rgb(255,170,159); }
div.DivClassName
{
background-color: #FFAA9F;
}
.BgClassName
{
background-color: #FFAA9F;
}
</style>
border-color css
<style>
span { border-color: #FFAA9F; }
span { border-color: rgb(255,170,159); }
td.TdClassName
{
border-color: #FFAA9F;
}
.TagClassName
{
border-color: #FFAA9F;
}
</style>