Shades of Rose Bud #F3A895
Tints of Rose Bud #F3A895
RGB
CMYK
RGB Variations
Color information
#F3A895 (or 0xF3A895) is known color: Rose Bud. HEX triplet: F3, A8 and 95. RGB value is (243,168,149). Sum of RGB (Red+Green+Blue) = 243+168+149=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A895 is #0C576A. Grayscale: #BCBCBC. Windows color (decimal): -808811 or 9808115. OLE color: 9808115.
HSL color Cylindrical-coordinate representation of color #F3A895: hue angle of 12.13º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3A895 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 149 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.05 |
| HSL | 12.13º | 0.8% | 0.77% | - |
| HSV(B) | 12.13º | 0.39% | 0.95% | - |
| XYZ | 56.39 | 49.23 | 34.96 | - |
| YUV | 188.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 149 | 0 | 0.31 | 0.39 | 0.05 | 12.13 | 0.8 | 0.77 |
| Hex | F3 | A8 | 95 | 0 | 1F | 27 | 5 | C | 50 | 4D |
| Octal | 363 | 250 | 225 | 0 | 37 | 47 | 5 | 14 | 120 | 115 |
| Binary | 11110011 | 10101000 | 10010101 | 0 | 11111 | 100111 | 101 | 1100 | 1010000 | 1001101 |
Color Harmonies of #F3A895
Complementary color
Monochromatic Colors of #F3A895
Black with #F3A895
Text Example
Text Example
White with #F3A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A895; }
p { color: rgb(243,168,149); }
H1.HeaderClassName
{
color: #F3A895;
}
.AnyTagClassName
{
color: #F3A895;
}
</style>
background-color css
<style>
a { background-color: #F3A895; }
a { background-color: rgb(243,168,149); }
div.DivClassName
{
background-color: #F3A895;
}
.BgClassName
{
background-color: #F3A895;
}
</style>
border-color css
<style>
span { border-color: #F3A895; }
span { border-color: rgb(243,168,149); }
td.TdClassName
{
border-color: #F3A895;
}
.TagClassName
{
border-color: #F3A895;
}
</style>