Shades of Rose Bud #FFA98D
Tints of Rose Bud #FFA98D
RGB
CMYK
RGB Variations
Color information
#FFA98D (or 0xFFA98D) is known color: Rose Bud. HEX triplet: FF, A9 and 8D. RGB value is (255,169,141). Sum of RGB (Red+Green+Blue) = 255+169+141=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA98D is #005672. Grayscale: #BFBFBF. Windows color (decimal): -22131 or 9284095. OLE color: 9284095.
HSL color Cylindrical-coordinate representation of color #FFA98D: hue angle of 14.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFA98D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 141 | - |
| CMYK | 0 | 0.34 | 0.45 | 0 |
| HSL | 14.74º | 1% | 0.78% | - |
| HSV(B) | 14.74º | 0.45% | 1% | - |
| XYZ | 60.24 | 51.56 | 31.98 | - |
| YUV | 191.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 141 | 0 | 0.34 | 0.45 | 0 | 14.74 | 1 | 0.78 |
| Hex | FF | A9 | 8D | 0 | 22 | 2D | 0 | F | 64 | 4E |
| Octal | 377 | 251 | 215 | 0 | 42 | 55 | 0 | 17 | 144 | 116 |
| Binary | 11111111 | 10101001 | 10001101 | 0 | 100010 | 101101 | 0 | 1111 | 1100100 | 1001110 |
Color Harmonies of #FFA98D
Complementary color
Monochromatic Colors of #FFA98D
Black with #FFA98D
Text Example
Text Example
White with #FFA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA98D; }
p { color: rgb(255,169,141); }
H1.HeaderClassName
{
color: #FFA98D;
}
.AnyTagClassName
{
color: #FFA98D;
}
</style>
background-color css
<style>
a { background-color: #FFA98D; }
a { background-color: rgb(255,169,141); }
div.DivClassName
{
background-color: #FFA98D;
}
.BgClassName
{
background-color: #FFA98D;
}
</style>
border-color css
<style>
span { border-color: #FFA98D; }
span { border-color: rgb(255,169,141); }
td.TdClassName
{
border-color: #FFA98D;
}
.TagClassName
{
border-color: #FFA98D;
}
</style>