Shades of Rose Bud #FFA89D
Tints of Rose Bud #FFA89D
RGB
CMYK
RGB Variations
Color information
#FFA89D (or 0xFFA89D) is known color: Rose Bud. HEX triplet: FF, A8 and 9D. RGB value is (255,168,157). Sum of RGB (Red+Green+Blue) = 255+168+157=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA89D is #005762. Grayscale: #C0C0C0. Windows color (decimal): -22371 or 10332415. OLE color: 10332415.
HSL color Cylindrical-coordinate representation of color #FFA89D: hue angle of 6.73º 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 #FFA89D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 157 | - |
| CMYK | 0 | 0.34 | 0.38 | 0 |
| HSL | 6.73º | 1% | 0.81% | - |
| HSV(B) | 6.73º | 0.38% | 1% | - |
| XYZ | 61.33 | 51.7 | 38.64 | - |
| YUV | 192.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 157 | 0 | 0.34 | 0.38 | 0 | 6.73 | 1 | 0.81 |
| Hex | FF | A8 | 9D | 0 | 22 | 26 | 0 | 7 | 64 | 51 |
| Octal | 377 | 250 | 235 | 0 | 42 | 46 | 0 | 7 | 144 | 121 |
| Binary | 11111111 | 10101000 | 10011101 | 0 | 100010 | 100110 | 0 | 111 | 1100100 | 1010001 |
Color Harmonies of #FFA89D
Complementary color
Monochromatic Colors of #FFA89D
Black with #FFA89D
Text Example
Text Example
White with #FFA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA89D; }
p { color: rgb(255,168,157); }
H1.HeaderClassName
{
color: #FFA89D;
}
.AnyTagClassName
{
color: #FFA89D;
}
</style>
background-color css
<style>
a { background-color: #FFA89D; }
a { background-color: rgb(255,168,157); }
div.DivClassName
{
background-color: #FFA89D;
}
.BgClassName
{
background-color: #FFA89D;
}
</style>
border-color css
<style>
span { border-color: #FFA89D; }
span { border-color: rgb(255,168,157); }
td.TdClassName
{
border-color: #FFA89D;
}
.TagClassName
{
border-color: #FFA89D;
}
</style>