Shades of Rose Bud #F9A49C
Tints of Rose Bud #F9A49C
RGB
CMYK
RGB Variations
Color information
#F9A49C (or 0xF9A49C) is known color: Rose Bud. HEX triplet: F9, A4 and 9C. RGB value is (249,164,156). Sum of RGB (Red+Green+Blue) = 249+164+156=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A49C is #065B63. Grayscale: #BCBCBC. Windows color (decimal): -416612 or 10265849. OLE color: 10265849.
HSL color Cylindrical-coordinate representation of color #F9A49C: hue angle of 5.16º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9A49C is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 156 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.02 |
| HSL | 5.16º | 0.89% | 0.79% | - |
| HSV(B) | 5.16º | 0.37% | 0.98% | - |
| XYZ | 58.34 | 49.09 | 37.85 | - |
| YUV | 188.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 156 | 0 | 0.34 | 0.37 | 0.02 | 5.16 | 0.89 | 0.79 |
| Hex | F9 | A4 | 9C | 0 | 22 | 25 | 2 | 5 | 59 | 4F |
| Octal | 371 | 244 | 234 | 0 | 42 | 45 | 2 | 5 | 131 | 117 |
| Binary | 11111001 | 10100100 | 10011100 | 0 | 100010 | 100101 | 10 | 101 | 1011001 | 1001111 |
Color Harmonies of #F9A49C
Complementary color
Monochromatic Colors of #F9A49C
Black with #F9A49C
Text Example
Text Example
White with #F9A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A49C; }
p { color: rgb(249,164,156); }
H1.HeaderClassName
{
color: #F9A49C;
}
.AnyTagClassName
{
color: #F9A49C;
}
</style>
background-color css
<style>
a { background-color: #F9A49C; }
a { background-color: rgb(249,164,156); }
div.DivClassName
{
background-color: #F9A49C;
}
.BgClassName
{
background-color: #F9A49C;
}
</style>
border-color css
<style>
span { border-color: #F9A49C; }
span { border-color: rgb(249,164,156); }
td.TdClassName
{
border-color: #F9A49C;
}
.TagClassName
{
border-color: #F9A49C;
}
</style>