Shades of Rose Bud #F9A19C
Tints of Rose Bud #F9A19C
RGB
CMYK
RGB Variations
Color information
#F9A19C (or 0xF9A19C) is known color: Rose Bud. HEX triplet: F9, A1 and 9C. RGB value is (249,161,156). Sum of RGB (Red+Green+Blue) = 249+161+156=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A19C is #065E63. Grayscale: #BABABA. Windows color (decimal): -417380 or 10265081. OLE color: 10265081.
HSL color Cylindrical-coordinate representation of color #F9A19C: hue angle of 3.23º 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 #F9A19C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 156 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.02 |
| HSL | 3.23º | 0.89% | 0.79% | - |
| HSV(B) | 3.23º | 0.37% | 0.98% | - |
| XYZ | 57.81 | 48.03 | 37.68 | - |
| YUV | 186.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 156 | 0 | 0.35 | 0.37 | 0.02 | 3.23 | 0.89 | 0.79 |
| Hex | F9 | A1 | 9C | 0 | 23 | 25 | 2 | 3 | 59 | 4F |
| Octal | 371 | 241 | 234 | 0 | 43 | 45 | 2 | 3 | 131 | 117 |
| Binary | 11111001 | 10100001 | 10011100 | 0 | 100011 | 100101 | 10 | 11 | 1011001 | 1001111 |
Color Harmonies of #F9A19C
Complementary color
Monochromatic Colors of #F9A19C
Black with #F9A19C
Text Example
Text Example
White with #F9A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A19C; }
p { color: rgb(249,161,156); }
H1.HeaderClassName
{
color: #F9A19C;
}
.AnyTagClassName
{
color: #F9A19C;
}
</style>
background-color css
<style>
a { background-color: #F9A19C; }
a { background-color: rgb(249,161,156); }
div.DivClassName
{
background-color: #F9A19C;
}
.BgClassName
{
background-color: #F9A19C;
}
</style>
border-color css
<style>
span { border-color: #F9A19C; }
span { border-color: rgb(249,161,156); }
td.TdClassName
{
border-color: #F9A19C;
}
.TagClassName
{
border-color: #F9A19C;
}
</style>