Shades of Rose Bud #FFA998
Tints of Rose Bud #FFA998
RGB
CMYK
RGB Variations
Color information
#FFA998 (or 0xFFA998) is known color: Rose Bud. HEX triplet: FF, A9 and 98. RGB value is (255,169,152). Sum of RGB (Red+Green+Blue) = 255+169+152=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA998 is #005667. Grayscale: #C0C0C0. Windows color (decimal): -22120 or 10004991. OLE color: 10004991.
HSL color Cylindrical-coordinate representation of color #FFA998: hue angle of 9.9º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFA998 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 152 | - |
| CMYK | 0 | 0.34 | 0.40 | 0 |
| HSL | 9.9º | 1% | 0.8% | - |
| HSV(B) | 9.9º | 0.4% | 1% | - |
| XYZ | 61.1 | 51.9 | 36.5 | - |
| YUV | 192.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 152 | 0 | 0.34 | 0.40 | 0 | 9.9 | 1 | 0.8 |
| Hex | FF | A9 | 98 | 0 | 22 | 28 | 0 | A | 64 | 50 |
| Octal | 377 | 251 | 230 | 0 | 42 | 50 | 0 | 12 | 144 | 120 |
| Binary | 11111111 | 10101001 | 10011000 | 0 | 100010 | 101000 | 0 | 1010 | 1100100 | 1010000 |
Color Harmonies of #FFA998
Complementary color
Monochromatic Colors of #FFA998
Black with #FFA998
Text Example
Text Example
White with #FFA998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA998; }
p { color: rgb(255,169,152); }
H1.HeaderClassName
{
color: #FFA998;
}
.AnyTagClassName
{
color: #FFA998;
}
</style>
background-color css
<style>
a { background-color: #FFA998; }
a { background-color: rgb(255,169,152); }
div.DivClassName
{
background-color: #FFA998;
}
.BgClassName
{
background-color: #FFA998;
}
</style>
border-color css
<style>
span { border-color: #FFA998; }
span { border-color: rgb(255,169,152); }
td.TdClassName
{
border-color: #FFA998;
}
.TagClassName
{
border-color: #FFA998;
}
</style>