Shades of Rose Bud #F9A894
Tints of Rose Bud #F9A894
RGB
CMYK
RGB Variations
Color information
#F9A894 (or 0xF9A894) is known color: Rose Bud. HEX triplet: F9, A8 and 94. RGB value is (249,168,148). Sum of RGB (Red+Green+Blue) = 249+168+148=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A894 is #06576B. Grayscale: #BEBEBE. Windows color (decimal): -415596 or 9742585. OLE color: 9742585.
HSL color Cylindrical-coordinate representation of color #F9A894: hue angle of 11.88º 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 #F9A894 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 148 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.02 |
| HSL | 11.88º | 0.89% | 0.78% | - |
| HSV(B) | 11.88º | 0.41% | 0.98% | - |
| XYZ | 58.41 | 50.28 | 34.64 | - |
| YUV | 189.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 148 | 0 | 0.33 | 0.41 | 0.02 | 11.88 | 0.89 | 0.78 |
| Hex | F9 | A8 | 94 | 0 | 21 | 29 | 2 | C | 59 | 4E |
| Octal | 371 | 250 | 224 | 0 | 41 | 51 | 2 | 14 | 131 | 116 |
| Binary | 11111001 | 10101000 | 10010100 | 0 | 100001 | 101001 | 10 | 1100 | 1011001 | 1001110 |
Color Harmonies of #F9A894
Complementary color
Monochromatic Colors of #F9A894
Black with #F9A894
Text Example
Text Example
White with #F9A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A894; }
p { color: rgb(249,168,148); }
H1.HeaderClassName
{
color: #F9A894;
}
.AnyTagClassName
{
color: #F9A894;
}
</style>
background-color css
<style>
a { background-color: #F9A894; }
a { background-color: rgb(249,168,148); }
div.DivClassName
{
background-color: #F9A894;
}
.BgClassName
{
background-color: #F9A894;
}
</style>
border-color css
<style>
span { border-color: #F9A894; }
span { border-color: rgb(249,168,148); }
td.TdClassName
{
border-color: #F9A894;
}
.TagClassName
{
border-color: #F9A894;
}
</style>