Shades of Rose Bud #FFA89E
Tints of Rose Bud #FFA89E
RGB
CMYK
RGB Variations
Color information
#FFA89E (or 0xFFA89E) is known color: Rose Bud. HEX triplet: FF, A8 and 9E. RGB value is (255,168,158). Sum of RGB (Red+Green+Blue) = 255+168+158=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA89E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA89E is #005761. Grayscale: #C1C1C1. Windows color (decimal): -22370 or 10397951. OLE color: 10397951.
HSL color Cylindrical-coordinate representation of color #FFA89E: hue angle of 6.19º 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 #FFA89E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 158 | - |
| CMYK | 0 | 0.34 | 0.38 | 0 |
| HSL | 6.19º | 1% | 0.81% | - |
| HSV(B) | 6.19º | 0.38% | 1% | - |
| XYZ | 61.41 | 51.73 | 39.1 | - |
| YUV | 192.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 158 | 0 | 0.34 | 0.38 | 0 | 6.19 | 1 | 0.81 |
| Hex | FF | A8 | 9E | 0 | 22 | 26 | 0 | 6 | 64 | 51 |
| Octal | 377 | 250 | 236 | 0 | 42 | 46 | 0 | 6 | 144 | 121 |
| Binary | 11111111 | 10101000 | 10011110 | 0 | 100010 | 100110 | 0 | 110 | 1100100 | 1010001 |
Color Harmonies of #FFA89E
Complementary color
Monochromatic Colors of #FFA89E
Black with #FFA89E
Text Example
Text Example
White with #FFA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA89E; }
p { color: rgb(255,168,158); }
H1.HeaderClassName
{
color: #FFA89E;
}
.AnyTagClassName
{
color: #FFA89E;
}
</style>
background-color css
<style>
a { background-color: #FFA89E; }
a { background-color: rgb(255,168,158); }
div.DivClassName
{
background-color: #FFA89E;
}
.BgClassName
{
background-color: #FFA89E;
}
</style>
border-color css
<style>
span { border-color: #FFA89E; }
span { border-color: rgb(255,168,158); }
td.TdClassName
{
border-color: #FFA89E;
}
.TagClassName
{
border-color: #FFA89E;
}
</style>