Shades of Rose Bud #F9A89A
Tints of Rose Bud #F9A89A
RGB
CMYK
RGB Variations
Color information
#F9A89A (or 0xF9A89A) is known color: Rose Bud. HEX triplet: F9, A8 and 9A. RGB value is (249,168,154). Sum of RGB (Red+Green+Blue) = 249+168+154=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A89A is #065765. Grayscale: #BEBEBE. Windows color (decimal): -415590 or 10135801. OLE color: 10135801.
HSL color Cylindrical-coordinate representation of color #F9A89A: hue angle of 8.84º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9A89A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 154 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.02 |
| HSL | 8.84º | 0.89% | 0.79% | - |
| HSV(B) | 8.84º | 0.38% | 0.98% | - |
| XYZ | 58.9 | 50.48 | 37.21 | - |
| YUV | 190.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 154 | 0 | 0.33 | 0.38 | 0.02 | 8.84 | 0.89 | 0.79 |
| Hex | F9 | A8 | 9A | 0 | 21 | 26 | 2 | 9 | 59 | 4F |
| Octal | 371 | 250 | 232 | 0 | 41 | 46 | 2 | 11 | 131 | 117 |
| Binary | 11111001 | 10101000 | 10011010 | 0 | 100001 | 100110 | 10 | 1001 | 1011001 | 1001111 |
Color Harmonies of #F9A89A
Complementary color
Monochromatic Colors of #F9A89A
Black with #F9A89A
Text Example
Text Example
White with #F9A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A89A; }
p { color: rgb(249,168,154); }
H1.HeaderClassName
{
color: #F9A89A;
}
.AnyTagClassName
{
color: #F9A89A;
}
</style>
background-color css
<style>
a { background-color: #F9A89A; }
a { background-color: rgb(249,168,154); }
div.DivClassName
{
background-color: #F9A89A;
}
.BgClassName
{
background-color: #F9A89A;
}
</style>
border-color css
<style>
span { border-color: #F9A89A; }
span { border-color: rgb(249,168,154); }
td.TdClassName
{
border-color: #F9A89A;
}
.TagClassName
{
border-color: #F9A89A;
}
</style>