Shades of Rose Bud #F3A896
Tints of Rose Bud #F3A896
RGB
CMYK
RGB Variations
Color information
#F3A896 (or 0xF3A896) is known color: Rose Bud. HEX triplet: F3, A8 and 96. RGB value is (243,168,150). Sum of RGB (Red+Green+Blue) = 243+168+150=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A896 is #0C5769. Grayscale: #BCBCBC. Windows color (decimal): -808810 or 9873651. OLE color: 9873651.
HSL color Cylindrical-coordinate representation of color #F3A896: hue angle of 11.61º 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 #F3A896 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 150 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.05 |
| HSL | 11.61º | 0.79% | 0.77% | - |
| HSV(B) | 11.61º | 0.38% | 0.95% | - |
| XYZ | 56.47 | 49.26 | 35.39 | - |
| YUV | 188.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 150 | 0 | 0.31 | 0.38 | 0.05 | 11.61 | 0.79 | 0.77 |
| Hex | F3 | A8 | 96 | 0 | 1F | 26 | 5 | C | 4F | 4D |
| Octal | 363 | 250 | 226 | 0 | 37 | 46 | 5 | 14 | 117 | 115 |
| Binary | 11110011 | 10101000 | 10010110 | 0 | 11111 | 100110 | 101 | 1100 | 1001111 | 1001101 |
Color Harmonies of #F3A896
Complementary color
Monochromatic Colors of #F3A896
Black with #F3A896
Text Example
Text Example
White with #F3A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A896; }
p { color: rgb(243,168,150); }
H1.HeaderClassName
{
color: #F3A896;
}
.AnyTagClassName
{
color: #F3A896;
}
</style>
background-color css
<style>
a { background-color: #F3A896; }
a { background-color: rgb(243,168,150); }
div.DivClassName
{
background-color: #F3A896;
}
.BgClassName
{
background-color: #F3A896;
}
</style>
border-color css
<style>
span { border-color: #F3A896; }
span { border-color: rgb(243,168,150); }
td.TdClassName
{
border-color: #F3A896;
}
.TagClassName
{
border-color: #F3A896;
}
</style>