Shades of Rose Bud #F3A890
Tints of Rose Bud #F3A890
RGB
CMYK
RGB Variations
Color information
#F3A890 (or 0xF3A890) is known color: Rose Bud. HEX triplet: F3, A8 and 90. RGB value is (243,168,144). Sum of RGB (Red+Green+Blue) = 243+168+144=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A890 is #0C576F. Grayscale: #BBBBBB. Windows color (decimal): -808816 or 9480435. OLE color: 9480435.
HSL color Cylindrical-coordinate representation of color #F3A890: hue angle of 14.55º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F3A890 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 144 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.05 |
| HSL | 14.55º | 0.8% | 0.76% | - |
| HSV(B) | 14.55º | 0.41% | 0.95% | - |
| XYZ | 56 | 49.07 | 32.91 | - |
| YUV | 187.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 144 | 0 | 0.31 | 0.41 | 0.05 | 14.55 | 0.8 | 0.76 |
| Hex | F3 | A8 | 90 | 0 | 1F | 29 | 5 | F | 50 | 4C |
| Octal | 363 | 250 | 220 | 0 | 37 | 51 | 5 | 17 | 120 | 114 |
| Binary | 11110011 | 10101000 | 10010000 | 0 | 11111 | 101001 | 101 | 1111 | 1010000 | 1001100 |
Color Harmonies of #F3A890
Complementary color
Monochromatic Colors of #F3A890
Black with #F3A890
Text Example
Text Example
White with #F3A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A890; }
p { color: rgb(243,168,144); }
H1.HeaderClassName
{
color: #F3A890;
}
.AnyTagClassName
{
color: #F3A890;
}
</style>
background-color css
<style>
a { background-color: #F3A890; }
a { background-color: rgb(243,168,144); }
div.DivClassName
{
background-color: #F3A890;
}
.BgClassName
{
background-color: #F3A890;
}
</style>
border-color css
<style>
span { border-color: #F3A890; }
span { border-color: rgb(243,168,144); }
td.TdClassName
{
border-color: #F3A890;
}
.TagClassName
{
border-color: #F3A890;
}
</style>