Shades of Rose Bud #F3A89E
Tints of Rose Bud #F3A89E
RGB
CMYK
RGB Variations
Color information
#F3A89E (or 0xF3A89E) is known color: Rose Bud. HEX triplet: F3, A8 and 9E. RGB value is (243,168,158). Sum of RGB (Red+Green+Blue) = 243+168+158=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A89E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A89E is #0C5761. Grayscale: #BDBDBD. Windows color (decimal): -808802 or 10397939. OLE color: 10397939.
HSL color Cylindrical-coordinate representation of color #F3A89E: hue angle of 7.06º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3A89E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 158 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.05 |
| HSL | 7.06º | 0.78% | 0.79% | - |
| HSV(B) | 7.06º | 0.35% | 0.95% | - |
| XYZ | 57.14 | 49.53 | 38.9 | - |
| YUV | 189.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 158 | 0 | 0.31 | 0.35 | 0.05 | 7.06 | 0.78 | 0.79 |
| Hex | F3 | A8 | 9E | 0 | 1F | 23 | 5 | 7 | 4E | 4F |
| Octal | 363 | 250 | 236 | 0 | 37 | 43 | 5 | 7 | 116 | 117 |
| Binary | 11110011 | 10101000 | 10011110 | 0 | 11111 | 100011 | 101 | 111 | 1001110 | 1001111 |
Color Harmonies of #F3A89E
Complementary color
Monochromatic Colors of #F3A89E
Black with #F3A89E
Text Example
Text Example
White with #F3A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A89E; }
p { color: rgb(243,168,158); }
H1.HeaderClassName
{
color: #F3A89E;
}
.AnyTagClassName
{
color: #F3A89E;
}
</style>
background-color css
<style>
a { background-color: #F3A89E; }
a { background-color: rgb(243,168,158); }
div.DivClassName
{
background-color: #F3A89E;
}
.BgClassName
{
background-color: #F3A89E;
}
</style>
border-color css
<style>
span { border-color: #F3A89E; }
span { border-color: rgb(243,168,158); }
td.TdClassName
{
border-color: #F3A89E;
}
.TagClassName
{
border-color: #F3A89E;
}
</style>