Shades of Rose Bud #F6A299
Tints of Rose Bud #F6A299
RGB
CMYK
RGB Variations
Color information
#F6A299 (or 0xF6A299) is known color: Rose Bud. HEX triplet: F6, A2 and 99. RGB value is (246,162,153). Sum of RGB (Red+Green+Blue) = 246+162+153=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A299 is #095D66. Grayscale: #BABABA. Windows color (decimal): -613735 or 10068726. OLE color: 10068726.
HSL color Cylindrical-coordinate representation of color #F6A299: hue angle of 5.81º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6A299 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 153 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.04 |
| HSL | 5.81º | 0.84% | 0.78% | - |
| HSV(B) | 5.81º | 0.38% | 0.96% | - |
| XYZ | 56.68 | 47.73 | 36.36 | - |
| YUV | 186.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 153 | 0 | 0.34 | 0.38 | 0.04 | 5.81 | 0.84 | 0.78 |
| Hex | F6 | A2 | 99 | 0 | 22 | 26 | 4 | 6 | 54 | 4E |
| Octal | 366 | 242 | 231 | 0 | 42 | 46 | 4 | 6 | 124 | 116 |
| Binary | 11110110 | 10100010 | 10011001 | 0 | 100010 | 100110 | 100 | 110 | 1010100 | 1001110 |
Color Harmonies of #F6A299
Complementary color
Monochromatic Colors of #F6A299
Black with #F6A299
Text Example
Text Example
White with #F6A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A299; }
p { color: rgb(246,162,153); }
H1.HeaderClassName
{
color: #F6A299;
}
.AnyTagClassName
{
color: #F6A299;
}
</style>
background-color css
<style>
a { background-color: #F6A299; }
a { background-color: rgb(246,162,153); }
div.DivClassName
{
background-color: #F6A299;
}
.BgClassName
{
background-color: #F6A299;
}
</style>
border-color css
<style>
span { border-color: #F6A299; }
span { border-color: rgb(246,162,153); }
td.TdClassName
{
border-color: #F6A299;
}
.TagClassName
{
border-color: #F6A299;
}
</style>