Shades of Rose Bud #F9A69B
Tints of Rose Bud #F9A69B
RGB
CMYK
RGB Variations
Color information
#F9A69B (or 0xF9A69B) is known color: Rose Bud. HEX triplet: F9, A6 and 9B. RGB value is (249,166,155). Sum of RGB (Red+Green+Blue) = 249+166+155=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A69B is #065964. Grayscale: #BDBDBD. Windows color (decimal): -416101 or 10200825. OLE color: 10200825.
HSL color Cylindrical-coordinate representation of color #F9A69B: hue angle of 7.02º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9A69B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 155 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.02 |
| HSL | 7.02º | 0.89% | 0.79% | - |
| HSV(B) | 7.02º | 0.38% | 0.98% | - |
| XYZ | 58.62 | 49.78 | 37.53 | - |
| YUV | 189.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 155 | 0 | 0.33 | 0.38 | 0.02 | 7.02 | 0.89 | 0.79 |
| Hex | F9 | A6 | 9B | 0 | 21 | 26 | 2 | 7 | 59 | 4F |
| Octal | 371 | 246 | 233 | 0 | 41 | 46 | 2 | 7 | 131 | 117 |
| Binary | 11111001 | 10100110 | 10011011 | 0 | 100001 | 100110 | 10 | 111 | 1011001 | 1001111 |
Color Harmonies of #F9A69B
Complementary color
Monochromatic Colors of #F9A69B
Black with #F9A69B
Text Example
Text Example
White with #F9A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A69B; }
p { color: rgb(249,166,155); }
H1.HeaderClassName
{
color: #F9A69B;
}
.AnyTagClassName
{
color: #F9A69B;
}
</style>
background-color css
<style>
a { background-color: #F9A69B; }
a { background-color: rgb(249,166,155); }
div.DivClassName
{
background-color: #F9A69B;
}
.BgClassName
{
background-color: #F9A69B;
}
</style>
border-color css
<style>
span { border-color: #F9A69B; }
span { border-color: rgb(249,166,155); }
td.TdClassName
{
border-color: #F9A69B;
}
.TagClassName
{
border-color: #F9A69B;
}
</style>