Shades of Rose Bud #F0A398
Tints of Rose Bud #F0A398
RGB
CMYK
RGB Variations
Color information
#F0A398 (or 0xF0A398) is known color: Rose Bud. HEX triplet: F0, A3 and 98. RGB value is (240,163,152). Sum of RGB (Red+Green+Blue) = 240+163+152=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A398 is #0F5C67. Grayscale: #B8B8B8. Windows color (decimal): -1006696 or 10003440. OLE color: 10003440.
HSL color Cylindrical-coordinate representation of color #F0A398: hue angle of 7.5º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0A398 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 152 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.06 |
| HSL | 7.5º | 0.75% | 0.77% | - |
| HSV(B) | 7.5º | 0.37% | 0.94% | - |
| XYZ | 54.7 | 46.99 | 35.89 | - |
| YUV | 184.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 152 | 0 | 0.32 | 0.37 | 0.06 | 7.5 | 0.75 | 0.77 |
| Hex | F0 | A3 | 98 | 0 | 20 | 25 | 6 | 8 | 4B | 4D |
| Octal | 360 | 243 | 230 | 0 | 40 | 45 | 6 | 10 | 113 | 115 |
| Binary | 11110000 | 10100011 | 10011000 | 0 | 100000 | 100101 | 110 | 1000 | 1001011 | 1001101 |
Color Harmonies of #F0A398
Complementary color
Monochromatic Colors of #F0A398
Black with #F0A398
Text Example
Text Example
White with #F0A398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A398; }
p { color: rgb(240,163,152); }
H1.HeaderClassName
{
color: #F0A398;
}
.AnyTagClassName
{
color: #F0A398;
}
</style>
background-color css
<style>
a { background-color: #F0A398; }
a { background-color: rgb(240,163,152); }
div.DivClassName
{
background-color: #F0A398;
}
.BgClassName
{
background-color: #F0A398;
}
</style>
border-color css
<style>
span { border-color: #F0A398; }
span { border-color: rgb(240,163,152); }
td.TdClassName
{
border-color: #F0A398;
}
.TagClassName
{
border-color: #F0A398;
}
</style>