Shades of Rose Bud #FFAD8D
Tints of Rose Bud #FFAD8D
RGB
CMYK
RGB Variations
Color information
#FFAD8D (or 0xFFAD8D) is known color: Rose Bud. HEX triplet: FF, AD and 8D. RGB value is (255,173,141). Sum of RGB (Red+Green+Blue) = 255+173+141=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD8D is #005272. Grayscale: #C2C2C2. Windows color (decimal): -21107 or 9285119. OLE color: 9285119.
HSL color Cylindrical-coordinate representation of color #FFAD8D: hue angle of 16.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFAD8D is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 141 | - |
| CMYK | 0 | 0.32 | 0.45 | 0 |
| HSL | 16.84º | 1% | 0.78% | - |
| HSV(B) | 16.84º | 0.45% | 1% | - |
| XYZ | 60.99 | 53.07 | 32.23 | - |
| YUV | 193.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 141 | 0 | 0.32 | 0.45 | 0 | 16.84 | 1 | 0.78 |
| Hex | FF | AD | 8D | 0 | 20 | 2D | 0 | 11 | 64 | 4E |
| Octal | 377 | 255 | 215 | 0 | 40 | 55 | 0 | 21 | 144 | 116 |
| Binary | 11111111 | 10101101 | 10001101 | 0 | 100000 | 101101 | 0 | 10001 | 1100100 | 1001110 |
Color Harmonies of #FFAD8D
Complementary color
Monochromatic Colors of #FFAD8D
Black with #FFAD8D
Text Example
Text Example
White with #FFAD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD8D; }
p { color: rgb(255,173,141); }
H1.HeaderClassName
{
color: #FFAD8D;
}
.AnyTagClassName
{
color: #FFAD8D;
}
</style>
background-color css
<style>
a { background-color: #FFAD8D; }
a { background-color: rgb(255,173,141); }
div.DivClassName
{
background-color: #FFAD8D;
}
.BgClassName
{
background-color: #FFAD8D;
}
</style>
border-color css
<style>
span { border-color: #FFAD8D; }
span { border-color: rgb(255,173,141); }
td.TdClassName
{
border-color: #FFAD8D;
}
.TagClassName
{
border-color: #FFAD8D;
}
</style>