Shades of Rose Bud #F9A897
Tints of Rose Bud #F9A897
RGB
CMYK
RGB Variations
Color information
#F9A897 (or 0xF9A897) is known color: Rose Bud. HEX triplet: F9, A8 and 97. RGB value is (249,168,151). Sum of RGB (Red+Green+Blue) = 249+168+151=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A897 is #065768. Grayscale: #BEBEBE. Windows color (decimal): -415593 or 9939193. OLE color: 9939193.
HSL color Cylindrical-coordinate representation of color #F9A897: hue angle of 10.41º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9A897 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 151 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.02 |
| HSL | 10.41º | 0.89% | 0.78% | - |
| HSV(B) | 10.41º | 0.39% | 0.98% | - |
| XYZ | 58.66 | 50.38 | 35.91 | - |
| YUV | 190.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 151 | 0 | 0.33 | 0.39 | 0.02 | 10.41 | 0.89 | 0.78 |
| Hex | F9 | A8 | 97 | 0 | 21 | 27 | 2 | A | 59 | 4E |
| Octal | 371 | 250 | 227 | 0 | 41 | 47 | 2 | 12 | 131 | 116 |
| Binary | 11111001 | 10101000 | 10010111 | 0 | 100001 | 100111 | 10 | 1010 | 1011001 | 1001110 |
Color Harmonies of #F9A897
Complementary color
Monochromatic Colors of #F9A897
Black with #F9A897
Text Example
Text Example
White with #F9A897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A897; }
p { color: rgb(249,168,151); }
H1.HeaderClassName
{
color: #F9A897;
}
.AnyTagClassName
{
color: #F9A897;
}
</style>
background-color css
<style>
a { background-color: #F9A897; }
a { background-color: rgb(249,168,151); }
div.DivClassName
{
background-color: #F9A897;
}
.BgClassName
{
background-color: #F9A897;
}
</style>
border-color css
<style>
span { border-color: #F9A897; }
span { border-color: rgb(249,168,151); }
td.TdClassName
{
border-color: #F9A897;
}
.TagClassName
{
border-color: #F9A897;
}
</style>