Shades of Rose Bud #F6A99B
Tints of Rose Bud #F6A99B
RGB
CMYK
RGB Variations
Color information
#F6A99B (or 0xF6A99B) is known color: Rose Bud. HEX triplet: F6, A9 and 9B. RGB value is (246,169,155). Sum of RGB (Red+Green+Blue) = 246+169+155=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A99B is #095664. Grayscale: #BEBEBE. Windows color (decimal): -611941 or 10201590. OLE color: 10201590.
HSL color Cylindrical-coordinate representation of color #F6A99B: hue angle of 9.23º 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 #F6A99B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 155 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.04 |
| HSL | 9.23º | 0.83% | 0.79% | - |
| HSV(B) | 9.23º | 0.37% | 0.96% | - |
| XYZ | 58.11 | 50.34 | 37.66 | - |
| YUV | 190.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 155 | 0 | 0.31 | 0.37 | 0.04 | 9.23 | 0.83 | 0.79 |
| Hex | F6 | A9 | 9B | 0 | 1F | 25 | 4 | 9 | 53 | 4F |
| Octal | 366 | 251 | 233 | 0 | 37 | 45 | 4 | 11 | 123 | 117 |
| Binary | 11110110 | 10101001 | 10011011 | 0 | 11111 | 100101 | 100 | 1001 | 1010011 | 1001111 |
Color Harmonies of #F6A99B
Complementary color
Monochromatic Colors of #F6A99B
Black with #F6A99B
Text Example
Text Example
White with #F6A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A99B; }
p { color: rgb(246,169,155); }
H1.HeaderClassName
{
color: #F6A99B;
}
.AnyTagClassName
{
color: #F6A99B;
}
</style>
background-color css
<style>
a { background-color: #F6A99B; }
a { background-color: rgb(246,169,155); }
div.DivClassName
{
background-color: #F6A99B;
}
.BgClassName
{
background-color: #F6A99B;
}
</style>
border-color css
<style>
span { border-color: #F6A99B; }
span { border-color: rgb(246,169,155); }
td.TdClassName
{
border-color: #F6A99B;
}
.TagClassName
{
border-color: #F6A99B;
}
</style>