Shades of Rose Bud #FFA996
Tints of Rose Bud #FFA996
RGB
CMYK
RGB Variations
Color information
#FFA996 (or 0xFFA996) is known color: Rose Bud. HEX triplet: FF, A9 and 96. RGB value is (255,169,150). Sum of RGB (Red+Green+Blue) = 255+169+150=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA996 is #005669. Grayscale: #C0C0C0. Windows color (decimal): -22122 or 9873919. OLE color: 9873919.
HSL color Cylindrical-coordinate representation of color #FFA996: hue angle of 10.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFA996 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 150 | - |
| CMYK | 0 | 0.34 | 0.41 | 0 |
| HSL | 10.86º | 1% | 0.79% | - |
| HSV(B) | 10.86º | 0.41% | 1% | - |
| XYZ | 60.93 | 51.84 | 35.65 | - |
| YUV | 192.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 150 | 0 | 0.34 | 0.41 | 0 | 10.86 | 1 | 0.79 |
| Hex | FF | A9 | 96 | 0 | 22 | 29 | 0 | B | 64 | 4F |
| Octal | 377 | 251 | 226 | 0 | 42 | 51 | 0 | 13 | 144 | 117 |
| Binary | 11111111 | 10101001 | 10010110 | 0 | 100010 | 101001 | 0 | 1011 | 1100100 | 1001111 |
Color Harmonies of #FFA996
Complementary color
Monochromatic Colors of #FFA996
Black with #FFA996
Text Example
Text Example
White with #FFA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA996; }
p { color: rgb(255,169,150); }
H1.HeaderClassName
{
color: #FFA996;
}
.AnyTagClassName
{
color: #FFA996;
}
</style>
background-color css
<style>
a { background-color: #FFA996; }
a { background-color: rgb(255,169,150); }
div.DivClassName
{
background-color: #FFA996;
}
.BgClassName
{
background-color: #FFA996;
}
</style>
border-color css
<style>
span { border-color: #FFA996; }
span { border-color: rgb(255,169,150); }
td.TdClassName
{
border-color: #FFA996;
}
.TagClassName
{
border-color: #FFA996;
}
</style>