Shades of Rose Bud #F9AA8D
Tints of Rose Bud #F9AA8D
RGB
CMYK
RGB Variations
Color information
#F9AA8D (or 0xF9AA8D) is known color: Rose Bud. HEX triplet: F9, AA and 8D. RGB value is (249,170,141). Sum of RGB (Red+Green+Blue) = 249+170+141=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AA8D is #065572. Grayscale: #BEBEBE. Windows color (decimal): -415091 or 9284345. OLE color: 9284345.
HSL color Cylindrical-coordinate representation of color #F9AA8D: hue angle of 16.11º 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 #F9AA8D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 141 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.02 |
| HSL | 16.11º | 0.9% | 0.76% | - |
| HSV(B) | 16.11º | 0.43% | 0.98% | - |
| XYZ | 58.25 | 50.81 | 31.94 | - |
| YUV | 190.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 141 | 0 | 0.32 | 0.43 | 0.02 | 16.11 | 0.9 | 0.76 |
| Hex | F9 | AA | 8D | 0 | 20 | 2B | 2 | 10 | 5A | 4C |
| Octal | 371 | 252 | 215 | 0 | 40 | 53 | 2 | 20 | 132 | 114 |
| Binary | 11111001 | 10101010 | 10001101 | 0 | 100000 | 101011 | 10 | 10000 | 1011010 | 1001100 |
Color Harmonies of #F9AA8D
Complementary color
Monochromatic Colors of #F9AA8D
Black with #F9AA8D
Text Example
Text Example
White with #F9AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA8D; }
p { color: rgb(249,170,141); }
H1.HeaderClassName
{
color: #F9AA8D;
}
.AnyTagClassName
{
color: #F9AA8D;
}
</style>
background-color css
<style>
a { background-color: #F9AA8D; }
a { background-color: rgb(249,170,141); }
div.DivClassName
{
background-color: #F9AA8D;
}
.BgClassName
{
background-color: #F9AA8D;
}
</style>
border-color css
<style>
span { border-color: #F9AA8D; }
span { border-color: rgb(249,170,141); }
td.TdClassName
{
border-color: #F9AA8D;
}
.TagClassName
{
border-color: #F9AA8D;
}
</style>