Shades of Rose Bud #F9A89D
Tints of Rose Bud #F9A89D
RGB
CMYK
RGB Variations
Color information
#F9A89D (or 0xF9A89D) is known color: Rose Bud. HEX triplet: F9, A8 and 9D. RGB value is (249,168,157). Sum of RGB (Red+Green+Blue) = 249+168+157=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A89D is #065762. Grayscale: #BFBFBF. Windows color (decimal): -415587 or 10332409. OLE color: 10332409.
HSL color Cylindrical-coordinate representation of color #F9A89D: hue angle of 7.17º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9A89D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 157 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.02 |
| HSL | 7.17º | 0.88% | 0.8% | - |
| HSV(B) | 7.17º | 0.37% | 0.98% | - |
| XYZ | 59.16 | 50.58 | 38.54 | - |
| YUV | 190.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 157 | 0 | 0.33 | 0.37 | 0.02 | 7.17 | 0.88 | 0.8 |
| Hex | F9 | A8 | 9D | 0 | 21 | 25 | 2 | 7 | 58 | 50 |
| Octal | 371 | 250 | 235 | 0 | 41 | 45 | 2 | 7 | 130 | 120 |
| Binary | 11111001 | 10101000 | 10011101 | 0 | 100001 | 100101 | 10 | 111 | 1011000 | 1010000 |
Color Harmonies of #F9A89D
Complementary color
Monochromatic Colors of #F9A89D
Black with #F9A89D
Text Example
Text Example
White with #F9A89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A89D; }
p { color: rgb(249,168,157); }
H1.HeaderClassName
{
color: #F9A89D;
}
.AnyTagClassName
{
color: #F9A89D;
}
</style>
background-color css
<style>
a { background-color: #F9A89D; }
a { background-color: rgb(249,168,157); }
div.DivClassName
{
background-color: #F9A89D;
}
.BgClassName
{
background-color: #F9A89D;
}
</style>
border-color css
<style>
span { border-color: #F9A89D; }
span { border-color: rgb(249,168,157); }
td.TdClassName
{
border-color: #F9A89D;
}
.TagClassName
{
border-color: #F9A89D;
}
</style>