Shades of Rose Bud #FFAD9E
Tints of Rose Bud #FFAD9E
RGB
CMYK
RGB Variations
Color information
#FFAD9E (or 0xFFAD9E) is known color: Rose Bud. HEX triplet: FF, AD and 9E. RGB value is (255,173,158). Sum of RGB (Red+Green+Blue) = 255+173+158=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD9E is #005261. Grayscale: #C3C3C3. Windows color (decimal): -21090 or 10399231. OLE color: 10399231.
HSL color Cylindrical-coordinate representation of color #FFAD9E: hue angle of 9.28º 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 #FFAD9E is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 158 | - |
| CMYK | 0 | 0.32 | 0.38 | 0 |
| HSL | 9.28º | 1% | 0.81% | - |
| HSV(B) | 9.28º | 0.38% | 1% | - |
| XYZ | 62.36 | 53.62 | 39.41 | - |
| YUV | 195.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 158 | 0 | 0.32 | 0.38 | 0 | 9.28 | 1 | 0.81 |
| Hex | FF | AD | 9E | 0 | 20 | 26 | 0 | 9 | 64 | 51 |
| Octal | 377 | 255 | 236 | 0 | 40 | 46 | 0 | 11 | 144 | 121 |
| Binary | 11111111 | 10101101 | 10011110 | 0 | 100000 | 100110 | 0 | 1001 | 1100100 | 1010001 |
Color Harmonies of #FFAD9E
Complementary color
Monochromatic Colors of #FFAD9E
Black with #FFAD9E
Text Example
Text Example
White with #FFAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD9E; }
p { color: rgb(255,173,158); }
H1.HeaderClassName
{
color: #FFAD9E;
}
.AnyTagClassName
{
color: #FFAD9E;
}
</style>
background-color css
<style>
a { background-color: #FFAD9E; }
a { background-color: rgb(255,173,158); }
div.DivClassName
{
background-color: #FFAD9E;
}
.BgClassName
{
background-color: #FFAD9E;
}
</style>
border-color css
<style>
span { border-color: #FFAD9E; }
span { border-color: rgb(255,173,158); }
td.TdClassName
{
border-color: #FFAD9E;
}
.TagClassName
{
border-color: #FFAD9E;
}
</style>