Shades of Rose Bud #F9A68B
Tints of Rose Bud #F9A68B
RGB
CMYK
RGB Variations
Color information
#F9A68B (or 0xF9A68B) is known color: Rose Bud. HEX triplet: F9, A6 and 8B. RGB value is (249,166,139). Sum of RGB (Red+Green+Blue) = 249+166+139=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A68B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A68B is #065974. Grayscale: #BBBBBB. Windows color (decimal): -416117 or 9152249. OLE color: 9152249.
HSL color Cylindrical-coordinate representation of color #F9A68B: hue angle of 14.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9A68B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 139 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.02 |
| HSL | 14.73º | 0.9% | 0.76% | - |
| HSV(B) | 14.73º | 0.44% | 0.98% | - |
| XYZ | 57.36 | 49.28 | 30.91 | - |
| YUV | 187.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 139 | 0 | 0.33 | 0.44 | 0.02 | 14.73 | 0.9 | 0.76 |
| Hex | F9 | A6 | 8B | 0 | 21 | 2C | 2 | F | 5A | 4C |
| Octal | 371 | 246 | 213 | 0 | 41 | 54 | 2 | 17 | 132 | 114 |
| Binary | 11111001 | 10100110 | 10001011 | 0 | 100001 | 101100 | 10 | 1111 | 1011010 | 1001100 |
Color Harmonies of #F9A68B
Complementary color
Monochromatic Colors of #F9A68B
Black with #F9A68B
Text Example
Text Example
White with #F9A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A68B; }
p { color: rgb(249,166,139); }
H1.HeaderClassName
{
color: #F9A68B;
}
.AnyTagClassName
{
color: #F9A68B;
}
</style>
background-color css
<style>
a { background-color: #F9A68B; }
a { background-color: rgb(249,166,139); }
div.DivClassName
{
background-color: #F9A68B;
}
.BgClassName
{
background-color: #F9A68B;
}
</style>
border-color css
<style>
span { border-color: #F9A68B; }
span { border-color: rgb(249,166,139); }
td.TdClassName
{
border-color: #F9A68B;
}
.TagClassName
{
border-color: #F9A68B;
}
</style>