Shades of Rose Bud #FFAA9D
Tints of Rose Bud #FFAA9D
RGB
CMYK
RGB Variations
Color information
#FFAA9D (or 0xFFAA9D) is known color: Rose Bud. HEX triplet: FF, AA and 9D. RGB value is (255,170,157). Sum of RGB (Red+Green+Blue) = 255+170+157=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA9D is #005562. Grayscale: #C2C2C2. Windows color (decimal): -21859 or 10332927. OLE color: 10332927.
HSL color Cylindrical-coordinate representation of color #FFAA9D: hue angle of 7.96º 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 #FFAA9D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 157 | - |
| CMYK | 0 | 0.33 | 0.38 | 0 |
| HSL | 7.96º | 1% | 0.81% | - |
| HSV(B) | 7.96º | 0.38% | 1% | - |
| XYZ | 61.7 | 52.44 | 38.77 | - |
| YUV | 193.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 157 | 0 | 0.33 | 0.38 | 0 | 7.96 | 1 | 0.81 |
| Hex | FF | AA | 9D | 0 | 21 | 26 | 0 | 8 | 64 | 51 |
| Octal | 377 | 252 | 235 | 0 | 41 | 46 | 0 | 10 | 144 | 121 |
| Binary | 11111111 | 10101010 | 10011101 | 0 | 100001 | 100110 | 0 | 1000 | 1100100 | 1010001 |
Color Harmonies of #FFAA9D
Complementary color
Monochromatic Colors of #FFAA9D
Black with #FFAA9D
Text Example
Text Example
White with #FFAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA9D; }
p { color: rgb(255,170,157); }
H1.HeaderClassName
{
color: #FFAA9D;
}
.AnyTagClassName
{
color: #FFAA9D;
}
</style>
background-color css
<style>
a { background-color: #FFAA9D; }
a { background-color: rgb(255,170,157); }
div.DivClassName
{
background-color: #FFAA9D;
}
.BgClassName
{
background-color: #FFAA9D;
}
</style>
border-color css
<style>
span { border-color: #FFAA9D; }
span { border-color: rgb(255,170,157); }
td.TdClassName
{
border-color: #FFAA9D;
}
.TagClassName
{
border-color: #FFAA9D;
}
</style>