Shades of Rose Bud #F6A196
Tints of Rose Bud #F6A196
RGB
CMYK
RGB Variations
Color information
#F6A196 (or 0xF6A196) is known color: Rose Bud. HEX triplet: F6, A1 and 96. RGB value is (246,161,150). Sum of RGB (Red+Green+Blue) = 246+161+150=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A196 is #095E69. Grayscale: #B9B9B9. Windows color (decimal): -613994 or 9871862. OLE color: 9871862.
HSL color Cylindrical-coordinate representation of color #F6A196: hue angle of 6.88º 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 #F6A196 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 150 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.04 |
| HSL | 6.88º | 0.84% | 0.78% | - |
| HSV(B) | 6.88º | 0.39% | 0.96% | - |
| XYZ | 56.26 | 47.28 | 35.02 | - |
| YUV | 185.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 150 | 0 | 0.35 | 0.39 | 0.04 | 6.88 | 0.84 | 0.78 |
| Hex | F6 | A1 | 96 | 0 | 23 | 27 | 4 | 7 | 54 | 4E |
| Octal | 366 | 241 | 226 | 0 | 43 | 47 | 4 | 7 | 124 | 116 |
| Binary | 11110110 | 10100001 | 10010110 | 0 | 100011 | 100111 | 100 | 111 | 1010100 | 1001110 |
Color Harmonies of #F6A196
Complementary color
Monochromatic Colors of #F6A196
Black with #F6A196
Text Example
Text Example
White with #F6A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A196; }
p { color: rgb(246,161,150); }
H1.HeaderClassName
{
color: #F6A196;
}
.AnyTagClassName
{
color: #F6A196;
}
</style>
background-color css
<style>
a { background-color: #F6A196; }
a { background-color: rgb(246,161,150); }
div.DivClassName
{
background-color: #F6A196;
}
.BgClassName
{
background-color: #F6A196;
}
</style>
border-color css
<style>
span { border-color: #F6A196; }
span { border-color: rgb(246,161,150); }
td.TdClassName
{
border-color: #F6A196;
}
.TagClassName
{
border-color: #F6A196;
}
</style>