Shades of Rose Bud #FFA99D
Tints of Rose Bud #FFA99D
RGB
CMYK
RGB Variations
Color information
#FFA99D (or 0xFFA99D) is known color: Rose Bud. HEX triplet: FF, A9 and 9D. RGB value is (255,169,157). Sum of RGB (Red+Green+Blue) = 255+169+157=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA99D is #005662. Grayscale: #C1C1C1. Windows color (decimal): -22115 or 10332671. OLE color: 10332671.
HSL color Cylindrical-coordinate representation of color #FFA99D: hue angle of 7.35º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFA99D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 157 | - |
| CMYK | 0 | 0.34 | 0.38 | 0 |
| HSL | 7.35º | 1% | 0.81% | - |
| HSV(B) | 7.35º | 0.38% | 1% | - |
| XYZ | 61.51 | 52.07 | 38.71 | - |
| YUV | 193.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 157 | 0 | 0.34 | 0.38 | 0 | 7.35 | 1 | 0.81 |
| Hex | FF | A9 | 9D | 0 | 22 | 26 | 0 | 7 | 64 | 51 |
| Octal | 377 | 251 | 235 | 0 | 42 | 46 | 0 | 7 | 144 | 121 |
| Binary | 11111111 | 10101001 | 10011101 | 0 | 100010 | 100110 | 0 | 111 | 1100100 | 1010001 |
Color Harmonies of #FFA99D
Complementary color
Monochromatic Colors of #FFA99D
Black with #FFA99D
Text Example
Text Example
White with #FFA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA99D; }
p { color: rgb(255,169,157); }
H1.HeaderClassName
{
color: #FFA99D;
}
.AnyTagClassName
{
color: #FFA99D;
}
</style>
background-color css
<style>
a { background-color: #FFA99D; }
a { background-color: rgb(255,169,157); }
div.DivClassName
{
background-color: #FFA99D;
}
.BgClassName
{
background-color: #FFA99D;
}
</style>
border-color css
<style>
span { border-color: #FFA99D; }
span { border-color: rgb(255,169,157); }
td.TdClassName
{
border-color: #FFA99D;
}
.TagClassName
{
border-color: #FFA99D;
}
</style>