Shades of Rose Bud #F6A898
Tints of Rose Bud #F6A898
RGB
CMYK
RGB Variations
Color information
#F6A898 (or 0xF6A898) is known color: Rose Bud. HEX triplet: F6, A8 and 98. RGB value is (246,168,152). Sum of RGB (Red+Green+Blue) = 246+168+152=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A898 is #095767. Grayscale: #BDBDBD. Windows color (decimal): -612200 or 10004726. OLE color: 10004726.
HSL color Cylindrical-coordinate representation of color #F6A898: hue angle of 10.21º 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 #F6A898 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 152 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.04 |
| HSL | 10.21º | 0.84% | 0.78% | - |
| HSV(B) | 10.21º | 0.38% | 0.96% | - |
| XYZ | 57.68 | 49.87 | 36.29 | - |
| YUV | 189.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 152 | 0 | 0.32 | 0.38 | 0.04 | 10.21 | 0.84 | 0.78 |
| Hex | F6 | A8 | 98 | 0 | 20 | 26 | 4 | A | 54 | 4E |
| Octal | 366 | 250 | 230 | 0 | 40 | 46 | 4 | 12 | 124 | 116 |
| Binary | 11110110 | 10101000 | 10011000 | 0 | 100000 | 100110 | 100 | 1010 | 1010100 | 1001110 |
Color Harmonies of #F6A898
Complementary color
Monochromatic Colors of #F6A898
Black with #F6A898
Text Example
Text Example
White with #F6A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A898; }
p { color: rgb(246,168,152); }
H1.HeaderClassName
{
color: #F6A898;
}
.AnyTagClassName
{
color: #F6A898;
}
</style>
background-color css
<style>
a { background-color: #F6A898; }
a { background-color: rgb(246,168,152); }
div.DivClassName
{
background-color: #F6A898;
}
.BgClassName
{
background-color: #F6A898;
}
</style>
border-color css
<style>
span { border-color: #F6A898; }
span { border-color: rgb(246,168,152); }
td.TdClassName
{
border-color: #F6A898;
}
.TagClassName
{
border-color: #F6A898;
}
</style>