Shades of Rose Bud #FFAD9F
Tints of Rose Bud #FFAD9F
RGB
CMYK
RGB Variations
Color information
#FFAD9F (or 0xFFAD9F) is known color: Rose Bud. HEX triplet: FF, AD and 9F. RGB value is (255,173,159). Sum of RGB (Red+Green+Blue) = 255+173+159=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD9F is #005260. Grayscale: #C4C4C4. Windows color (decimal): -21089 or 10464767. OLE color: 10464767.
HSL color Cylindrical-coordinate representation of color #FFAD9F: hue angle of 8.75º 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 #FFAD9F is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 159 | - |
| CMYK | 0 | 0.32 | 0.38 | 0 |
| HSL | 8.75º | 1% | 0.81% | - |
| HSV(B) | 8.75º | 0.38% | 1% | - |
| XYZ | 62.44 | 53.65 | 39.87 | - |
| YUV | 195.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 159 | 0 | 0.32 | 0.38 | 0 | 8.75 | 1 | 0.81 |
| Hex | FF | AD | 9F | 0 | 20 | 26 | 0 | 9 | 64 | 51 |
| Octal | 377 | 255 | 237 | 0 | 40 | 46 | 0 | 11 | 144 | 121 |
| Binary | 11111111 | 10101101 | 10011111 | 0 | 100000 | 100110 | 0 | 1001 | 1100100 | 1010001 |
Color Harmonies of #FFAD9F
Complementary color
Monochromatic Colors of #FFAD9F
Black with #FFAD9F
Text Example
Text Example
White with #FFAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD9F; }
p { color: rgb(255,173,159); }
H1.HeaderClassName
{
color: #FFAD9F;
}
.AnyTagClassName
{
color: #FFAD9F;
}
</style>
background-color css
<style>
a { background-color: #FFAD9F; }
a { background-color: rgb(255,173,159); }
div.DivClassName
{
background-color: #FFAD9F;
}
.BgClassName
{
background-color: #FFAD9F;
}
</style>
border-color css
<style>
span { border-color: #FFAD9F; }
span { border-color: rgb(255,173,159); }
td.TdClassName
{
border-color: #FFAD9F;
}
.TagClassName
{
border-color: #FFAD9F;
}
</style>