Shades of Rose Bud #F9A298
Tints of Rose Bud #F9A298
RGB
CMYK
RGB Variations
Color information
#F9A298 (or 0xF9A298) is known color: Rose Bud. HEX triplet: F9, A2 and 98. RGB value is (249,162,152). Sum of RGB (Red+Green+Blue) = 249+162+152=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A298 is #065D67. Grayscale: #BBBBBB. Windows color (decimal): -417128 or 10003193. OLE color: 10003193.
HSL color Cylindrical-coordinate representation of color #F9A298: hue angle of 6.19º 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 #F9A298 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 152 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.02 |
| HSL | 6.19º | 0.89% | 0.79% | - |
| HSV(B) | 6.19º | 0.39% | 0.98% | - |
| XYZ | 57.65 | 48.25 | 35.98 | - |
| YUV | 186.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 152 | 0 | 0.35 | 0.39 | 0.02 | 6.19 | 0.89 | 0.79 |
| Hex | F9 | A2 | 98 | 0 | 23 | 27 | 2 | 6 | 59 | 4F |
| Octal | 371 | 242 | 230 | 0 | 43 | 47 | 2 | 6 | 131 | 117 |
| Binary | 11111001 | 10100010 | 10011000 | 0 | 100011 | 100111 | 10 | 110 | 1011001 | 1001111 |
Color Harmonies of #F9A298
Complementary color
Monochromatic Colors of #F9A298
Black with #F9A298
Text Example
Text Example
White with #F9A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A298; }
p { color: rgb(249,162,152); }
H1.HeaderClassName
{
color: #F9A298;
}
.AnyTagClassName
{
color: #F9A298;
}
</style>
background-color css
<style>
a { background-color: #F9A298; }
a { background-color: rgb(249,162,152); }
div.DivClassName
{
background-color: #F9A298;
}
.BgClassName
{
background-color: #F9A298;
}
</style>
border-color css
<style>
span { border-color: #F9A298; }
span { border-color: rgb(249,162,152); }
td.TdClassName
{
border-color: #F9A298;
}
.TagClassName
{
border-color: #F9A298;
}
</style>