Shades of Rose Bud #F9A29B
Tints of Rose Bud #F9A29B
RGB
CMYK
RGB Variations
Color information
#F9A29B (or 0xF9A29B) is known color: Rose Bud. HEX triplet: F9, A2 and 9B. RGB value is (249,162,155). Sum of RGB (Red+Green+Blue) = 249+162+155=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A29B is #065D64. Grayscale: #BBBBBB. Windows color (decimal): -417125 or 10199801. OLE color: 10199801.
HSL color Cylindrical-coordinate representation of color #F9A29B: hue angle of 4.47º 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 #F9A29B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 155 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.02 |
| HSL | 4.47º | 0.89% | 0.79% | - |
| HSV(B) | 4.47º | 0.38% | 0.98% | - |
| XYZ | 57.9 | 48.35 | 37.29 | - |
| YUV | 187.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 155 | 0 | 0.35 | 0.38 | 0.02 | 4.47 | 0.89 | 0.79 |
| Hex | F9 | A2 | 9B | 0 | 23 | 26 | 2 | 4 | 59 | 4F |
| Octal | 371 | 242 | 233 | 0 | 43 | 46 | 2 | 4 | 131 | 117 |
| Binary | 11111001 | 10100010 | 10011011 | 0 | 100011 | 100110 | 10 | 100 | 1011001 | 1001111 |
Color Harmonies of #F9A29B
Complementary color
Monochromatic Colors of #F9A29B
Black with #F9A29B
Text Example
Text Example
White with #F9A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A29B; }
p { color: rgb(249,162,155); }
H1.HeaderClassName
{
color: #F9A29B;
}
.AnyTagClassName
{
color: #F9A29B;
}
</style>
background-color css
<style>
a { background-color: #F9A29B; }
a { background-color: rgb(249,162,155); }
div.DivClassName
{
background-color: #F9A29B;
}
.BgClassName
{
background-color: #F9A29B;
}
</style>
border-color css
<style>
span { border-color: #F9A29B; }
span { border-color: rgb(249,162,155); }
td.TdClassName
{
border-color: #F9A29B;
}
.TagClassName
{
border-color: #F9A29B;
}
</style>