Shades of Rose Bud #FFAD95
Tints of Rose Bud #FFAD95
RGB
CMYK
RGB Variations
Color information
#FFAD95 (or 0xFFAD95) is known color: Rose Bud. HEX triplet: FF, AD and 95. RGB value is (255,173,149). Sum of RGB (Red+Green+Blue) = 255+173+149=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD95 is #00526A. Grayscale: #C2C2C2. Windows color (decimal): -21099 or 9809407. OLE color: 9809407.
HSL color Cylindrical-coordinate representation of color #FFAD95: hue angle of 13.58º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFAD95 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 149 | - |
| CMYK | 0 | 0.32 | 0.42 | 0 |
| HSL | 13.58º | 1% | 0.79% | - |
| HSV(B) | 13.58º | 0.42% | 1% | - |
| XYZ | 61.61 | 53.32 | 35.48 | - |
| YUV | 194.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 149 | 0 | 0.32 | 0.42 | 0 | 13.58 | 1 | 0.79 |
| Hex | FF | AD | 95 | 0 | 20 | 2A | 0 | E | 64 | 4F |
| Octal | 377 | 255 | 225 | 0 | 40 | 52 | 0 | 16 | 144 | 117 |
| Binary | 11111111 | 10101101 | 10010101 | 0 | 100000 | 101010 | 0 | 1110 | 1100100 | 1001111 |
Color Harmonies of #FFAD95
Complementary color
Monochromatic Colors of #FFAD95
Black with #FFAD95
Text Example
Text Example
White with #FFAD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD95; }
p { color: rgb(255,173,149); }
H1.HeaderClassName
{
color: #FFAD95;
}
.AnyTagClassName
{
color: #FFAD95;
}
</style>
background-color css
<style>
a { background-color: #FFAD95; }
a { background-color: rgb(255,173,149); }
div.DivClassName
{
background-color: #FFAD95;
}
.BgClassName
{
background-color: #FFAD95;
}
</style>
border-color css
<style>
span { border-color: #FFAD95; }
span { border-color: rgb(255,173,149); }
td.TdClassName
{
border-color: #FFAD95;
}
.TagClassName
{
border-color: #FFAD95;
}
</style>