Shades of Rose Bud #F6A895
Tints of Rose Bud #F6A895
RGB
CMYK
RGB Variations
Color information
#F6A895 (or 0xF6A895) is known color: Rose Bud. HEX triplet: F6, A8 and 95. RGB value is (246,168,149). Sum of RGB (Red+Green+Blue) = 246+168+149=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A895 is #09576A. Grayscale: #BDBDBD. Windows color (decimal): -612203 or 9808118. OLE color: 9808118.
HSL color Cylindrical-coordinate representation of color #F6A895: hue angle of 11.75º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6A895 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 149 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.04 |
| HSL | 11.75º | 0.84% | 0.77% | - |
| HSV(B) | 11.75º | 0.39% | 0.96% | - |
| XYZ | 57.43 | 49.77 | 35.01 | - |
| YUV | 189.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 149 | 0 | 0.32 | 0.39 | 0.04 | 11.75 | 0.84 | 0.77 |
| Hex | F6 | A8 | 95 | 0 | 20 | 27 | 4 | C | 54 | 4D |
| Octal | 366 | 250 | 225 | 0 | 40 | 47 | 4 | 14 | 124 | 115 |
| Binary | 11110110 | 10101000 | 10010101 | 0 | 100000 | 100111 | 100 | 1100 | 1010100 | 1001101 |
Color Harmonies of #F6A895
Complementary color
Monochromatic Colors of #F6A895
Black with #F6A895
Text Example
Text Example
White with #F6A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A895; }
p { color: rgb(246,168,149); }
H1.HeaderClassName
{
color: #F6A895;
}
.AnyTagClassName
{
color: #F6A895;
}
</style>
background-color css
<style>
a { background-color: #F6A895; }
a { background-color: rgb(246,168,149); }
div.DivClassName
{
background-color: #F6A895;
}
.BgClassName
{
background-color: #F6A895;
}
</style>
border-color css
<style>
span { border-color: #F6A895; }
span { border-color: rgb(246,168,149); }
td.TdClassName
{
border-color: #F6A895;
}
.TagClassName
{
border-color: #F6A895;
}
</style>