Shades of Rose Bud #F9A690
Tints of Rose Bud #F9A690
RGB
CMYK
RGB Variations
Color information
#F9A690 (or 0xF9A690) is known color: Rose Bud. HEX triplet: F9, A6 and 90. RGB value is (249,166,144). Sum of RGB (Red+Green+Blue) = 249+166+144=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A690 is #06596F. Grayscale: #BCBCBC. Windows color (decimal): -416112 or 9479929. OLE color: 9479929.
HSL color Cylindrical-coordinate representation of color #F9A690: hue angle of 12.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9A690 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 144 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.02 |
| HSL | 12.57º | 0.9% | 0.77% | - |
| HSV(B) | 12.57º | 0.42% | 0.98% | - |
| XYZ | 57.74 | 49.43 | 32.88 | - |
| YUV | 188.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 144 | 0 | 0.33 | 0.42 | 0.02 | 12.57 | 0.9 | 0.77 |
| Hex | F9 | A6 | 90 | 0 | 21 | 2A | 2 | D | 5A | 4D |
| Octal | 371 | 246 | 220 | 0 | 41 | 52 | 2 | 15 | 132 | 115 |
| Binary | 11111001 | 10100110 | 10010000 | 0 | 100001 | 101010 | 10 | 1101 | 1011010 | 1001101 |
Color Harmonies of #F9A690
Complementary color
Monochromatic Colors of #F9A690
Black with #F9A690
Text Example
Text Example
White with #F9A690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A690; }
p { color: rgb(249,166,144); }
H1.HeaderClassName
{
color: #F9A690;
}
.AnyTagClassName
{
color: #F9A690;
}
</style>
background-color css
<style>
a { background-color: #F9A690; }
a { background-color: rgb(249,166,144); }
div.DivClassName
{
background-color: #F9A690;
}
.BgClassName
{
background-color: #F9A690;
}
</style>
border-color css
<style>
span { border-color: #F9A690; }
span { border-color: rgb(249,166,144); }
td.TdClassName
{
border-color: #F9A690;
}
.TagClassName
{
border-color: #F9A690;
}
</style>