Shades of Rose Bud #F6A89C
Tints of Rose Bud #F6A89C
RGB
CMYK
RGB Variations
Color information
#F6A89C (or 0xF6A89C) is known color: Rose Bud. HEX triplet: F6, A8 and 9C. RGB value is (246,168,156). Sum of RGB (Red+Green+Blue) = 246+168+156=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A89C is #095763. Grayscale: #BEBEBE. Windows color (decimal): -612196 or 10266870. OLE color: 10266870.
HSL color Cylindrical-coordinate representation of color #F6A89C: hue angle of 8º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A89C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 156 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.04 |
| HSL | 8º | 0.83% | 0.79% | - |
| HSV(B) | 8º | 0.37% | 0.96% | - |
| XYZ | 58.01 | 50 | 38.05 | - |
| YUV | 189.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 156 | 0 | 0.32 | 0.37 | 0.04 | 8 | 0.83 | 0.79 |
| Hex | F6 | A8 | 9C | 0 | 20 | 25 | 4 | 8 | 53 | 4F |
| Octal | 366 | 250 | 234 | 0 | 40 | 45 | 4 | 10 | 123 | 117 |
| Binary | 11110110 | 10101000 | 10011100 | 0 | 100000 | 100101 | 100 | 1000 | 1010011 | 1001111 |
Color Harmonies of #F6A89C
Complementary color
Monochromatic Colors of #F6A89C
Black with #F6A89C
Text Example
Text Example
White with #F6A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A89C; }
p { color: rgb(246,168,156); }
H1.HeaderClassName
{
color: #F6A89C;
}
.AnyTagClassName
{
color: #F6A89C;
}
</style>
background-color css
<style>
a { background-color: #F6A89C; }
a { background-color: rgb(246,168,156); }
div.DivClassName
{
background-color: #F6A89C;
}
.BgClassName
{
background-color: #F6A89C;
}
</style>
border-color css
<style>
span { border-color: #F6A89C; }
span { border-color: rgb(246,168,156); }
td.TdClassName
{
border-color: #F6A89C;
}
.TagClassName
{
border-color: #F6A89C;
}
</style>