Shades of Rose Bud #FFAD99
Tints of Rose Bud #FFAD99
RGB
CMYK
RGB Variations
Color information
#FFAD99 (or 0xFFAD99) is known color: Rose Bud. HEX triplet: FF, AD and 99. RGB value is (255,173,153). Sum of RGB (Red+Green+Blue) = 255+173+153=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD99 is #005266. Grayscale: #C3C3C3. Windows color (decimal): -21095 or 10071551. OLE color: 10071551.
HSL color Cylindrical-coordinate representation of color #FFAD99: hue angle of 11.76º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFAD99 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 153 | - |
| CMYK | 0 | 0.32 | 0.4 | 0 |
| HSL | 11.76º | 1% | 0.8% | - |
| HSV(B) | 11.76º | 0.4% | 1% | - |
| XYZ | 61.93 | 53.45 | 37.19 | - |
| YUV | 195.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 153 | 0 | 0.32 | 0.4 | 0 | 11.76 | 1 | 0.8 |
| Hex | FF | AD | 99 | 0 | 20 | 28 | 0 | C | 64 | 50 |
| Octal | 377 | 255 | 231 | 0 | 40 | 50 | 0 | 14 | 144 | 120 |
| Binary | 11111111 | 10101101 | 10011001 | 0 | 100000 | 101000 | 0 | 1100 | 1100100 | 1010000 |
Color Harmonies of #FFAD99
Complementary color
Monochromatic Colors of #FFAD99
Black with #FFAD99
Text Example
Text Example
White with #FFAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD99; }
p { color: rgb(255,173,153); }
H1.HeaderClassName
{
color: #FFAD99;
}
.AnyTagClassName
{
color: #FFAD99;
}
</style>
background-color css
<style>
a { background-color: #FFAD99; }
a { background-color: rgb(255,173,153); }
div.DivClassName
{
background-color: #FFAD99;
}
.BgClassName
{
background-color: #FFAD99;
}
</style>
border-color css
<style>
span { border-color: #FFAD99; }
span { border-color: rgb(255,173,153); }
td.TdClassName
{
border-color: #FFAD99;
}
.TagClassName
{
border-color: #FFAD99;
}
</style>