Shades of Rose Bud #F9A694
Tints of Rose Bud #F9A694
RGB
CMYK
RGB Variations
Color information
#F9A694 (or 0xF9A694) is known color: Rose Bud. HEX triplet: F9, A6 and 94. RGB value is (249,166,148). Sum of RGB (Red+Green+Blue) = 249+166+148=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A694 is #06596B. Grayscale: #BCBCBC. Windows color (decimal): -416108 or 9742073. OLE color: 9742073.
HSL color Cylindrical-coordinate representation of color #F9A694: hue angle of 10.69º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9A694 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 148 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.02 |
| HSL | 10.69º | 0.89% | 0.78% | - |
| HSV(B) | 10.69º | 0.41% | 0.98% | - |
| XYZ | 58.05 | 49.55 | 34.52 | - |
| YUV | 188.77 | 105 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 148 | 0 | 0.33 | 0.41 | 0.02 | 10.69 | 0.89 | 0.78 |
| Hex | F9 | A6 | 94 | 0 | 21 | 29 | 2 | B | 59 | 4E |
| Octal | 371 | 246 | 224 | 0 | 41 | 51 | 2 | 13 | 131 | 116 |
| Binary | 11111001 | 10100110 | 10010100 | 0 | 100001 | 101001 | 10 | 1011 | 1011001 | 1001110 |
Color Harmonies of #F9A694
Complementary color
Monochromatic Colors of #F9A694
Black with #F9A694
Text Example
Text Example
White with #F9A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A694; }
p { color: rgb(249,166,148); }
H1.HeaderClassName
{
color: #F9A694;
}
.AnyTagClassName
{
color: #F9A694;
}
</style>
background-color css
<style>
a { background-color: #F9A694; }
a { background-color: rgb(249,166,148); }
div.DivClassName
{
background-color: #F9A694;
}
.BgClassName
{
background-color: #F9A694;
}
</style>
border-color css
<style>
span { border-color: #F9A694; }
span { border-color: rgb(249,166,148); }
td.TdClassName
{
border-color: #F9A694;
}
.TagClassName
{
border-color: #F9A694;
}
</style>