Shades of Rose Bud #F3A897
Tints of Rose Bud #F3A897
RGB
CMYK
RGB Variations
Color information
#F3A897 (or 0xF3A897) is known color: Rose Bud. HEX triplet: F3, A8 and 97. RGB value is (243,168,151). Sum of RGB (Red+Green+Blue) = 243+168+151=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A897 is #0C5768. Grayscale: #BCBCBC. Windows color (decimal): -808809 or 9939187. OLE color: 9939187.
HSL color Cylindrical-coordinate representation of color #F3A897: hue angle of 11.09º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F3A897 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 151 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.05 |
| HSL | 11.09º | 0.79% | 0.77% | - |
| HSV(B) | 11.09º | 0.38% | 0.95% | - |
| XYZ | 56.55 | 49.29 | 35.81 | - |
| YUV | 188.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 151 | 0 | 0.31 | 0.38 | 0.05 | 11.09 | 0.79 | 0.77 |
| Hex | F3 | A8 | 97 | 0 | 1F | 26 | 5 | B | 4F | 4D |
| Octal | 363 | 250 | 227 | 0 | 37 | 46 | 5 | 13 | 117 | 115 |
| Binary | 11110011 | 10101000 | 10010111 | 0 | 11111 | 100110 | 101 | 1011 | 1001111 | 1001101 |
Color Harmonies of #F3A897
Complementary color
Monochromatic Colors of #F3A897
Black with #F3A897
Text Example
Text Example
White with #F3A897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A897; }
p { color: rgb(243,168,151); }
H1.HeaderClassName
{
color: #F3A897;
}
.AnyTagClassName
{
color: #F3A897;
}
</style>
background-color css
<style>
a { background-color: #F3A897; }
a { background-color: rgb(243,168,151); }
div.DivClassName
{
background-color: #F3A897;
}
.BgClassName
{
background-color: #F3A897;
}
</style>
border-color css
<style>
span { border-color: #F3A897; }
span { border-color: rgb(243,168,151); }
td.TdClassName
{
border-color: #F3A897;
}
.TagClassName
{
border-color: #F3A897;
}
</style>