Shades of Rose Bud #F6A397
Tints of Rose Bud #F6A397
RGB
CMYK
RGB Variations
Color information
#F6A397 (or 0xF6A397) is known color: Rose Bud. HEX triplet: F6, A3 and 97. RGB value is (246,163,151). Sum of RGB (Red+Green+Blue) = 246+163+151=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A397 is #095C68. Grayscale: #BABABA. Windows color (decimal): -613481 or 9937910. OLE color: 9937910.
HSL color Cylindrical-coordinate representation of color #F6A397: hue angle of 7.58º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6A397 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 151 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.04 |
| HSL | 7.58º | 0.84% | 0.78% | - |
| HSV(B) | 7.58º | 0.39% | 0.96% | - |
| XYZ | 56.69 | 48.02 | 35.56 | - |
| YUV | 186.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 151 | 0 | 0.34 | 0.39 | 0.04 | 7.58 | 0.84 | 0.78 |
| Hex | F6 | A3 | 97 | 0 | 22 | 27 | 4 | 8 | 54 | 4E |
| Octal | 366 | 243 | 227 | 0 | 42 | 47 | 4 | 10 | 124 | 116 |
| Binary | 11110110 | 10100011 | 10010111 | 0 | 100010 | 100111 | 100 | 1000 | 1010100 | 1001110 |
Color Harmonies of #F6A397
Complementary color
Monochromatic Colors of #F6A397
Black with #F6A397
Text Example
Text Example
White with #F6A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A397; }
p { color: rgb(246,163,151); }
H1.HeaderClassName
{
color: #F6A397;
}
.AnyTagClassName
{
color: #F6A397;
}
</style>
background-color css
<style>
a { background-color: #F6A397; }
a { background-color: rgb(246,163,151); }
div.DivClassName
{
background-color: #F6A397;
}
.BgClassName
{
background-color: #F6A397;
}
</style>
border-color css
<style>
span { border-color: #F6A397; }
span { border-color: rgb(246,163,151); }
td.TdClassName
{
border-color: #F6A397;
}
.TagClassName
{
border-color: #F6A397;
}
</style>