Shades of Rose Bud #FFAA9C
Tints of Rose Bud #FFAA9C
RGB
CMYK
RGB Variations
Color information
#FFAA9C (or 0xFFAA9C) is known color: Rose Bud. HEX triplet: FF, AA and 9C. RGB value is (255,170,156). Sum of RGB (Red+Green+Blue) = 255+170+156=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA9C is #005563. Grayscale: #C1C1C1. Windows color (decimal): -21860 or 10267391. OLE color: 10267391.
HSL color Cylindrical-coordinate representation of color #FFAA9C: hue angle of 8.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFAA9C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 156 | - |
| CMYK | 0 | 0.33 | 0.39 | 0 |
| HSL | 8.48º | 1% | 0.81% | - |
| HSV(B) | 8.48º | 0.39% | 1% | - |
| XYZ | 61.62 | 52.41 | 38.32 | - |
| YUV | 193.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 156 | 0 | 0.33 | 0.39 | 0 | 8.48 | 1 | 0.81 |
| Hex | FF | AA | 9C | 0 | 21 | 27 | 0 | 8 | 64 | 51 |
| Octal | 377 | 252 | 234 | 0 | 41 | 47 | 0 | 10 | 144 | 121 |
| Binary | 11111111 | 10101010 | 10011100 | 0 | 100001 | 100111 | 0 | 1000 | 1100100 | 1010001 |
Color Harmonies of #FFAA9C
Complementary color
Monochromatic Colors of #FFAA9C
Black with #FFAA9C
Text Example
Text Example
White with #FFAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA9C; }
p { color: rgb(255,170,156); }
H1.HeaderClassName
{
color: #FFAA9C;
}
.AnyTagClassName
{
color: #FFAA9C;
}
</style>
background-color css
<style>
a { background-color: #FFAA9C; }
a { background-color: rgb(255,170,156); }
div.DivClassName
{
background-color: #FFAA9C;
}
.BgClassName
{
background-color: #FFAA9C;
}
</style>
border-color css
<style>
span { border-color: #FFAA9C; }
span { border-color: rgb(255,170,156); }
td.TdClassName
{
border-color: #FFAA9C;
}
.TagClassName
{
border-color: #FFAA9C;
}
</style>