Shades of Rose Bud #F9A397
Tints of Rose Bud #F9A397
RGB
CMYK
RGB Variations
Color information
#F9A397 (or 0xF9A397) is known color: Rose Bud. HEX triplet: F9, A3 and 97. RGB value is (249,163,151). Sum of RGB (Red+Green+Blue) = 249+163+151=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A397 is #065C68. Grayscale: #BBBBBB. Windows color (decimal): -416873 or 9937913. OLE color: 9937913.
HSL color Cylindrical-coordinate representation of color #F9A397: hue angle of 7.35º 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 #F9A397 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 151 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.02 |
| HSL | 7.35º | 0.89% | 0.78% | - |
| HSV(B) | 7.35º | 0.39% | 0.98% | - |
| XYZ | 57.75 | 48.57 | 35.61 | - |
| YUV | 187.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 151 | 0 | 0.35 | 0.39 | 0.02 | 7.35 | 0.89 | 0.78 |
| Hex | F9 | A3 | 97 | 0 | 23 | 27 | 2 | 7 | 59 | 4E |
| Octal | 371 | 243 | 227 | 0 | 43 | 47 | 2 | 7 | 131 | 116 |
| Binary | 11111001 | 10100011 | 10010111 | 0 | 100011 | 100111 | 10 | 111 | 1011001 | 1001110 |
Color Harmonies of #F9A397
Complementary color
Monochromatic Colors of #F9A397
Black with #F9A397
Text Example
Text Example
White with #F9A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A397; }
p { color: rgb(249,163,151); }
H1.HeaderClassName
{
color: #F9A397;
}
.AnyTagClassName
{
color: #F9A397;
}
</style>
background-color css
<style>
a { background-color: #F9A397; }
a { background-color: rgb(249,163,151); }
div.DivClassName
{
background-color: #F9A397;
}
.BgClassName
{
background-color: #F9A397;
}
</style>
border-color css
<style>
span { border-color: #F9A397; }
span { border-color: rgb(249,163,151); }
td.TdClassName
{
border-color: #F9A397;
}
.TagClassName
{
border-color: #F9A397;
}
</style>