Shades of Rose Bud #F3A891
Tints of Rose Bud #F3A891
RGB
CMYK
RGB Variations
Color information
#F3A891 (or 0xF3A891) is known color: Rose Bud. HEX triplet: F3, A8 and 91. RGB value is (243,168,145). Sum of RGB (Red+Green+Blue) = 243+168+145=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A891 is #0C576E. Grayscale: #BBBBBB. Windows color (decimal): -808815 or 9545971. OLE color: 9545971.
HSL color Cylindrical-coordinate representation of color #F3A891: hue angle of 14.08º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3A891 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 145 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.05 |
| HSL | 14.08º | 0.8% | 0.76% | - |
| HSV(B) | 14.08º | 0.4% | 0.95% | - |
| XYZ | 56.08 | 49.1 | 33.31 | - |
| YUV | 187.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 145 | 0 | 0.31 | 0.40 | 0.05 | 14.08 | 0.8 | 0.76 |
| Hex | F3 | A8 | 91 | 0 | 1F | 28 | 5 | E | 50 | 4C |
| Octal | 363 | 250 | 221 | 0 | 37 | 50 | 5 | 16 | 120 | 114 |
| Binary | 11110011 | 10101000 | 10010001 | 0 | 11111 | 101000 | 101 | 1110 | 1010000 | 1001100 |
Color Harmonies of #F3A891
Complementary color
Monochromatic Colors of #F3A891
Black with #F3A891
Text Example
Text Example
White with #F3A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A891; }
p { color: rgb(243,168,145); }
H1.HeaderClassName
{
color: #F3A891;
}
.AnyTagClassName
{
color: #F3A891;
}
</style>
background-color css
<style>
a { background-color: #F3A891; }
a { background-color: rgb(243,168,145); }
div.DivClassName
{
background-color: #F3A891;
}
.BgClassName
{
background-color: #F3A891;
}
</style>
border-color css
<style>
span { border-color: #F3A891; }
span { border-color: rgb(243,168,145); }
td.TdClassName
{
border-color: #F3A891;
}
.TagClassName
{
border-color: #F3A891;
}
</style>