Shades of Rose Bud #F3A89A
Tints of Rose Bud #F3A89A
RGB
CMYK
RGB Variations
Color information
#F3A89A (or 0xF3A89A) is known color: Rose Bud. HEX triplet: F3, A8 and 9A. RGB value is (243,168,154). Sum of RGB (Red+Green+Blue) = 243+168+154=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A89A is #0C5765. Grayscale: #BCBCBC. Windows color (decimal): -808806 or 10135795. OLE color: 10135795.
HSL color Cylindrical-coordinate representation of color #F3A89A: hue angle of 9.44º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3A89A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 154 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.05 |
| HSL | 9.44º | 0.79% | 0.78% | - |
| HSV(B) | 9.44º | 0.37% | 0.95% | - |
| XYZ | 56.8 | 49.39 | 37.11 | - |
| YUV | 188.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 154 | 0 | 0.31 | 0.37 | 0.05 | 9.44 | 0.79 | 0.78 |
| Hex | F3 | A8 | 9A | 0 | 1F | 25 | 5 | 9 | 4F | 4E |
| Octal | 363 | 250 | 232 | 0 | 37 | 45 | 5 | 11 | 117 | 116 |
| Binary | 11110011 | 10101000 | 10011010 | 0 | 11111 | 100101 | 101 | 1001 | 1001111 | 1001110 |
Color Harmonies of #F3A89A
Complementary color
Monochromatic Colors of #F3A89A
Black with #F3A89A
Text Example
Text Example
White with #F3A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A89A; }
p { color: rgb(243,168,154); }
H1.HeaderClassName
{
color: #F3A89A;
}
.AnyTagClassName
{
color: #F3A89A;
}
</style>
background-color css
<style>
a { background-color: #F3A89A; }
a { background-color: rgb(243,168,154); }
div.DivClassName
{
background-color: #F3A89A;
}
.BgClassName
{
background-color: #F3A89A;
}
</style>
border-color css
<style>
span { border-color: #F3A89A; }
span { border-color: rgb(243,168,154); }
td.TdClassName
{
border-color: #F3A89A;
}
.TagClassName
{
border-color: #F3A89A;
}
</style>