Shades of Rose Bud #F9AB8D
Tints of Rose Bud #F9AB8D
RGB
CMYK
RGB Variations
Color information
#F9AB8D (or 0xF9AB8D) is known color: Rose Bud. HEX triplet: F9, AB and 8D. RGB value is (249,171,141). Sum of RGB (Red+Green+Blue) = 249+171+141=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AB8D is #065472. Grayscale: #BFBFBF. Windows color (decimal): -414835 or 9284601. OLE color: 9284601.
HSL color Cylindrical-coordinate representation of color #F9AB8D: hue angle of 16.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9AB8D is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 141 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.02 |
| HSL | 16.67º | 0.9% | 0.76% | - |
| HSV(B) | 16.67º | 0.43% | 0.98% | - |
| XYZ | 58.44 | 51.19 | 32 | - |
| YUV | 190.9 | 99.84 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 141 | 0 | 0.31 | 0.43 | 0.02 | 16.67 | 0.9 | 0.76 |
| Hex | F9 | AB | 8D | 0 | 1F | 2B | 2 | 11 | 5A | 4C |
| Octal | 371 | 253 | 215 | 0 | 37 | 53 | 2 | 21 | 132 | 114 |
| Binary | 11111001 | 10101011 | 10001101 | 0 | 11111 | 101011 | 10 | 10001 | 1011010 | 1001100 |
Color Harmonies of #F9AB8D
Complementary color
Monochromatic Colors of #F9AB8D
Black with #F9AB8D
Text Example
Text Example
White with #F9AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AB8D; }
p { color: rgb(249,171,141); }
H1.HeaderClassName
{
color: #F9AB8D;
}
.AnyTagClassName
{
color: #F9AB8D;
}
</style>
background-color css
<style>
a { background-color: #F9AB8D; }
a { background-color: rgb(249,171,141); }
div.DivClassName
{
background-color: #F9AB8D;
}
.BgClassName
{
background-color: #F9AB8D;
}
</style>
border-color css
<style>
span { border-color: #F9AB8D; }
span { border-color: rgb(249,171,141); }
td.TdClassName
{
border-color: #F9AB8D;
}
.TagClassName
{
border-color: #F9AB8D;
}
</style>