Shades of Rose Bud #F3A89D
Tints of Rose Bud #F3A89D
RGB
CMYK
RGB Variations
Color information
#F3A89D (or 0xF3A89D) is known color: Rose Bud. HEX triplet: F3, A8 and 9D. RGB value is (243,168,157). Sum of RGB (Red+Green+Blue) = 243+168+157=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A89D is #0C5762. Grayscale: #BDBDBD. Windows color (decimal): -808803 or 10332403. OLE color: 10332403.
HSL color Cylindrical-coordinate representation of color #F3A89D: hue angle of 7.67º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3A89D is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 157 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.05 |
| HSL | 7.67º | 0.78% | 0.78% | - |
| HSV(B) | 7.67º | 0.35% | 0.95% | - |
| XYZ | 57.05 | 49.49 | 38.44 | - |
| YUV | 189.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 157 | 0 | 0.31 | 0.35 | 0.05 | 7.67 | 0.78 | 0.78 |
| Hex | F3 | A8 | 9D | 0 | 1F | 23 | 5 | 8 | 4E | 4E |
| Octal | 363 | 250 | 235 | 0 | 37 | 43 | 5 | 10 | 116 | 116 |
| Binary | 11110011 | 10101000 | 10011101 | 0 | 11111 | 100011 | 101 | 1000 | 1001110 | 1001110 |
Color Harmonies of #F3A89D
Complementary color
Monochromatic Colors of #F3A89D
Black with #F3A89D
Text Example
Text Example
White with #F3A89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A89D; }
p { color: rgb(243,168,157); }
H1.HeaderClassName
{
color: #F3A89D;
}
.AnyTagClassName
{
color: #F3A89D;
}
</style>
background-color css
<style>
a { background-color: #F3A89D; }
a { background-color: rgb(243,168,157); }
div.DivClassName
{
background-color: #F3A89D;
}
.BgClassName
{
background-color: #F3A89D;
}
</style>
border-color css
<style>
span { border-color: #F3A89D; }
span { border-color: rgb(243,168,157); }
td.TdClassName
{
border-color: #F3A89D;
}
.TagClassName
{
border-color: #F3A89D;
}
</style>