Shades of Rose Bud #F6A399
Tints of Rose Bud #F6A399
RGB
CMYK
RGB Variations
Color information
#F6A399 (or 0xF6A399) is known color: Rose Bud. HEX triplet: F6, A3 and 99. RGB value is (246,163,153). Sum of RGB (Red+Green+Blue) = 246+163+153=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A399 is #095C66. Grayscale: #BABABA. Windows color (decimal): -613479 or 10068982. OLE color: 10068982.
HSL color Cylindrical-coordinate representation of color #F6A399: hue angle of 6.45º 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 #F6A399 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 153 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.04 |
| HSL | 6.45º | 0.84% | 0.78% | - |
| HSV(B) | 6.45º | 0.38% | 0.96% | - |
| XYZ | 56.85 | 48.09 | 36.42 | - |
| YUV | 186.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 153 | 0 | 0.34 | 0.38 | 0.04 | 6.45 | 0.84 | 0.78 |
| Hex | F6 | A3 | 99 | 0 | 22 | 26 | 4 | 6 | 54 | 4E |
| Octal | 366 | 243 | 231 | 0 | 42 | 46 | 4 | 6 | 124 | 116 |
| Binary | 11110110 | 10100011 | 10011001 | 0 | 100010 | 100110 | 100 | 110 | 1010100 | 1001110 |
Color Harmonies of #F6A399
Complementary color
Monochromatic Colors of #F6A399
Black with #F6A399
Text Example
Text Example
White with #F6A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A399; }
p { color: rgb(246,163,153); }
H1.HeaderClassName
{
color: #F6A399;
}
.AnyTagClassName
{
color: #F6A399;
}
</style>
background-color css
<style>
a { background-color: #F6A399; }
a { background-color: rgb(246,163,153); }
div.DivClassName
{
background-color: #F6A399;
}
.BgClassName
{
background-color: #F6A399;
}
</style>
border-color css
<style>
span { border-color: #F6A399; }
span { border-color: rgb(246,163,153); }
td.TdClassName
{
border-color: #F6A399;
}
.TagClassName
{
border-color: #F6A399;
}
</style>