Shades of Rose Bud #FFAA8F
Tints of Rose Bud #FFAA8F
RGB
CMYK
RGB Variations
Color information
#FFAA8F (or 0xFFAA8F) is known color: Rose Bud. HEX triplet: FF, AA and 8F. RGB value is (255,170,143). Sum of RGB (Red+Green+Blue) = 255+170+143=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA8F is #005570. Grayscale: #C0C0C0. Windows color (decimal): -21873 or 9415423. OLE color: 9415423.
HSL color Cylindrical-coordinate representation of color #FFAA8F: hue angle of 14.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFAA8F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 143 | - |
| CMYK | 0 | 0.33 | 0.44 | 0 |
| HSL | 14.46º | 1% | 0.78% | - |
| HSV(B) | 14.46º | 0.44% | 1% | - |
| XYZ | 60.57 | 51.99 | 32.83 | - |
| YUV | 192.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 143 | 0 | 0.33 | 0.44 | 0 | 14.46 | 1 | 0.78 |
| Hex | FF | AA | 8F | 0 | 21 | 2C | 0 | E | 64 | 4E |
| Octal | 377 | 252 | 217 | 0 | 41 | 54 | 0 | 16 | 144 | 116 |
| Binary | 11111111 | 10101010 | 10001111 | 0 | 100001 | 101100 | 0 | 1110 | 1100100 | 1001110 |
Color Harmonies of #FFAA8F
Complementary color
Monochromatic Colors of #FFAA8F
Black with #FFAA8F
Text Example
Text Example
White with #FFAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA8F; }
p { color: rgb(255,170,143); }
H1.HeaderClassName
{
color: #FFAA8F;
}
.AnyTagClassName
{
color: #FFAA8F;
}
</style>
background-color css
<style>
a { background-color: #FFAA8F; }
a { background-color: rgb(255,170,143); }
div.DivClassName
{
background-color: #FFAA8F;
}
.BgClassName
{
background-color: #FFAA8F;
}
</style>
border-color css
<style>
span { border-color: #FFAA8F; }
span { border-color: rgb(255,170,143); }
td.TdClassName
{
border-color: #FFAA8F;
}
.TagClassName
{
border-color: #FFAA8F;
}
</style>