Shades of Rose Bud #F9A898
Tints of Rose Bud #F9A898
RGB
CMYK
RGB Variations
Color information
#F9A898 (or 0xF9A898) is known color: Rose Bud. HEX triplet: F9, A8 and 98. RGB value is (249,168,152). Sum of RGB (Red+Green+Blue) = 249+168+152=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A898 is #065767. Grayscale: #BEBEBE. Windows color (decimal): -415592 or 10004729. OLE color: 10004729.
HSL color Cylindrical-coordinate representation of color #F9A898: hue angle of 9.9º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9A898 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 152 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.02 |
| HSL | 9.9º | 0.89% | 0.79% | - |
| HSV(B) | 9.9º | 0.39% | 0.98% | - |
| XYZ | 58.74 | 50.41 | 36.34 | - |
| YUV | 190.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 152 | 0 | 0.33 | 0.39 | 0.02 | 9.9 | 0.89 | 0.79 |
| Hex | F9 | A8 | 98 | 0 | 21 | 27 | 2 | A | 59 | 4F |
| Octal | 371 | 250 | 230 | 0 | 41 | 47 | 2 | 12 | 131 | 117 |
| Binary | 11111001 | 10101000 | 10011000 | 0 | 100001 | 100111 | 10 | 1010 | 1011001 | 1001111 |
Color Harmonies of #F9A898
Complementary color
Monochromatic Colors of #F9A898
Black with #F9A898
Text Example
Text Example
White with #F9A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A898; }
p { color: rgb(249,168,152); }
H1.HeaderClassName
{
color: #F9A898;
}
.AnyTagClassName
{
color: #F9A898;
}
</style>
background-color css
<style>
a { background-color: #F9A898; }
a { background-color: rgb(249,168,152); }
div.DivClassName
{
background-color: #F9A898;
}
.BgClassName
{
background-color: #F9A898;
}
</style>
border-color css
<style>
span { border-color: #F9A898; }
span { border-color: rgb(249,168,152); }
td.TdClassName
{
border-color: #F9A898;
}
.TagClassName
{
border-color: #F9A898;
}
</style>