Shades of Rose Bud #F9A498
Tints of Rose Bud #F9A498
RGB
CMYK
RGB Variations
Color information
#F9A498 (or 0xF9A498) is known color: Rose Bud. HEX triplet: F9, A4 and 98. RGB value is (249,164,152). Sum of RGB (Red+Green+Blue) = 249+164+152=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A498 is #065B67. Grayscale: #BCBCBC. Windows color (decimal): -416616 or 10003705. OLE color: 10003705.
HSL color Cylindrical-coordinate representation of color #F9A498: hue angle of 7.42º 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 #F9A498 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 152 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.02 |
| HSL | 7.42º | 0.89% | 0.79% | - |
| HSV(B) | 7.42º | 0.39% | 0.98% | - |
| XYZ | 58.01 | 48.96 | 36.1 | - |
| YUV | 188.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 152 | 0 | 0.34 | 0.39 | 0.02 | 7.42 | 0.89 | 0.79 |
| Hex | F9 | A4 | 98 | 0 | 22 | 27 | 2 | 7 | 59 | 4F |
| Octal | 371 | 244 | 230 | 0 | 42 | 47 | 2 | 7 | 131 | 117 |
| Binary | 11111001 | 10100100 | 10011000 | 0 | 100010 | 100111 | 10 | 111 | 1011001 | 1001111 |
Color Harmonies of #F9A498
Complementary color
Monochromatic Colors of #F9A498
Black with #F9A498
Text Example
Text Example
White with #F9A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A498; }
p { color: rgb(249,164,152); }
H1.HeaderClassName
{
color: #F9A498;
}
.AnyTagClassName
{
color: #F9A498;
}
</style>
background-color css
<style>
a { background-color: #F9A498; }
a { background-color: rgb(249,164,152); }
div.DivClassName
{
background-color: #F9A498;
}
.BgClassName
{
background-color: #F9A498;
}
</style>
border-color css
<style>
span { border-color: #F9A498; }
span { border-color: rgb(249,164,152); }
td.TdClassName
{
border-color: #F9A498;
}
.TagClassName
{
border-color: #F9A498;
}
</style>