Shades of Rose Bud #F0A399
Tints of Rose Bud #F0A399
RGB
CMYK
RGB Variations
Color information
#F0A399 (or 0xF0A399) is known color: Rose Bud. HEX triplet: F0, A3 and 99. RGB value is (240,163,153). Sum of RGB (Red+Green+Blue) = 240+163+153=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A399 is #0F5C66. Grayscale: #B9B9B9. Windows color (decimal): -1006695 or 10068976. OLE color: 10068976.
HSL color Cylindrical-coordinate representation of color #F0A399: hue angle of 6.9º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A399 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 153 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.06 |
| HSL | 6.9º | 0.74% | 0.77% | - |
| HSV(B) | 6.9º | 0.36% | 0.94% | - |
| XYZ | 54.78 | 47.02 | 36.33 | - |
| YUV | 184.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 153 | 0 | 0.32 | 0.36 | 0.06 | 6.9 | 0.74 | 0.77 |
| Hex | F0 | A3 | 99 | 0 | 20 | 24 | 6 | 7 | 4A | 4D |
| Octal | 360 | 243 | 231 | 0 | 40 | 44 | 6 | 7 | 112 | 115 |
| Binary | 11110000 | 10100011 | 10011001 | 0 | 100000 | 100100 | 110 | 111 | 1001010 | 1001101 |
Color Harmonies of #F0A399
Complementary color
Monochromatic Colors of #F0A399
Black with #F0A399
Text Example
Text Example
White with #F0A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A399; }
p { color: rgb(240,163,153); }
H1.HeaderClassName
{
color: #F0A399;
}
.AnyTagClassName
{
color: #F0A399;
}
</style>
background-color css
<style>
a { background-color: #F0A399; }
a { background-color: rgb(240,163,153); }
div.DivClassName
{
background-color: #F0A399;
}
.BgClassName
{
background-color: #F0A399;
}
</style>
border-color css
<style>
span { border-color: #F0A399; }
span { border-color: rgb(240,163,153); }
td.TdClassName
{
border-color: #F0A399;
}
.TagClassName
{
border-color: #F0A399;
}
</style>