Shades of Rose Bud #F9A890
Tints of Rose Bud #F9A890
RGB
CMYK
RGB Variations
Color information
#F9A890 (or 0xF9A890) is known color: Rose Bud. HEX triplet: F9, A8 and 90. RGB value is (249,168,144). Sum of RGB (Red+Green+Blue) = 249+168+144=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A890 is #06576F. Grayscale: #BDBDBD. Windows color (decimal): -415600 or 9480441. OLE color: 9480441.
HSL color Cylindrical-coordinate representation of color #F9A890: hue angle of 13.71º 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 #F9A890 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 144 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.02 |
| HSL | 13.71º | 0.9% | 0.77% | - |
| HSV(B) | 13.71º | 0.42% | 0.98% | - |
| XYZ | 58.1 | 50.16 | 33 | - |
| YUV | 189.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 144 | 0 | 0.33 | 0.42 | 0.02 | 13.71 | 0.9 | 0.77 |
| Hex | F9 | A8 | 90 | 0 | 21 | 2A | 2 | E | 5A | 4D |
| Octal | 371 | 250 | 220 | 0 | 41 | 52 | 2 | 16 | 132 | 115 |
| Binary | 11111001 | 10101000 | 10010000 | 0 | 100001 | 101010 | 10 | 1110 | 1011010 | 1001101 |
Color Harmonies of #F9A890
Complementary color
Monochromatic Colors of #F9A890
Black with #F9A890
Text Example
Text Example
White with #F9A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A890; }
p { color: rgb(249,168,144); }
H1.HeaderClassName
{
color: #F9A890;
}
.AnyTagClassName
{
color: #F9A890;
}
</style>
background-color css
<style>
a { background-color: #F9A890; }
a { background-color: rgb(249,168,144); }
div.DivClassName
{
background-color: #F9A890;
}
.BgClassName
{
background-color: #F9A890;
}
</style>
border-color css
<style>
span { border-color: #F9A890; }
span { border-color: rgb(249,168,144); }
td.TdClassName
{
border-color: #F9A890;
}
.TagClassName
{
border-color: #F9A890;
}
</style>