Shades of Rose Bud #FFAD96
Tints of Rose Bud #FFAD96
RGB
CMYK
RGB Variations
Color information
#FFAD96 (or 0xFFAD96) is known color: Rose Bud. HEX triplet: FF, AD and 96. RGB value is (255,173,150). Sum of RGB (Red+Green+Blue) = 255+173+150=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD96 is #005269. Grayscale: #C3C3C3. Windows color (decimal): -21098 or 9874943. OLE color: 9874943.
HSL color Cylindrical-coordinate representation of color #FFAD96: hue angle of 13.14º 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 #FFAD96 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 150 | - |
| CMYK | 0 | 0.32 | 0.41 | 0 |
| HSL | 13.14º | 1% | 0.79% | - |
| HSV(B) | 13.14º | 0.41% | 1% | - |
| XYZ | 61.69 | 53.35 | 35.9 | - |
| YUV | 194.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 150 | 0 | 0.32 | 0.41 | 0 | 13.14 | 1 | 0.79 |
| Hex | FF | AD | 96 | 0 | 20 | 29 | 0 | D | 64 | 4F |
| Octal | 377 | 255 | 226 | 0 | 40 | 51 | 0 | 15 | 144 | 117 |
| Binary | 11111111 | 10101101 | 10010110 | 0 | 100000 | 101001 | 0 | 1101 | 1100100 | 1001111 |
Color Harmonies of #FFAD96
Complementary color
Monochromatic Colors of #FFAD96
Black with #FFAD96
Text Example
Text Example
White with #FFAD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD96; }
p { color: rgb(255,173,150); }
H1.HeaderClassName
{
color: #FFAD96;
}
.AnyTagClassName
{
color: #FFAD96;
}
</style>
background-color css
<style>
a { background-color: #FFAD96; }
a { background-color: rgb(255,173,150); }
div.DivClassName
{
background-color: #FFAD96;
}
.BgClassName
{
background-color: #FFAD96;
}
</style>
border-color css
<style>
span { border-color: #FFAD96; }
span { border-color: rgb(255,173,150); }
td.TdClassName
{
border-color: #FFAD96;
}
.TagClassName
{
border-color: #FFAD96;
}
</style>