Shades of Rose Bud #FFAD9D
Tints of Rose Bud #FFAD9D
RGB
CMYK
RGB Variations
Color information
#FFAD9D (or 0xFFAD9D) is known color: Rose Bud. HEX triplet: FF, AD and 9D. RGB value is (255,173,157). Sum of RGB (Red+Green+Blue) = 255+173+157=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD9D is #005262. Grayscale: #C3C3C3. Windows color (decimal): -21091 or 10333695. OLE color: 10333695.
HSL color Cylindrical-coordinate representation of color #FFAD9D: hue angle of 9.8º 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 #FFAD9D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 157 | - |
| CMYK | 0 | 0.32 | 0.38 | 0 |
| HSL | 9.8º | 1% | 0.81% | - |
| HSV(B) | 9.8º | 0.38% | 1% | - |
| XYZ | 62.27 | 53.58 | 38.96 | - |
| YUV | 195.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 157 | 0 | 0.32 | 0.38 | 0 | 9.8 | 1 | 0.81 |
| Hex | FF | AD | 9D | 0 | 20 | 26 | 0 | A | 64 | 51 |
| Octal | 377 | 255 | 235 | 0 | 40 | 46 | 0 | 12 | 144 | 121 |
| Binary | 11111111 | 10101101 | 10011101 | 0 | 100000 | 100110 | 0 | 1010 | 1100100 | 1010001 |
Color Harmonies of #FFAD9D
Complementary color
Monochromatic Colors of #FFAD9D
Black with #FFAD9D
Text Example
Text Example
White with #FFAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD9D; }
p { color: rgb(255,173,157); }
H1.HeaderClassName
{
color: #FFAD9D;
}
.AnyTagClassName
{
color: #FFAD9D;
}
</style>
background-color css
<style>
a { background-color: #FFAD9D; }
a { background-color: rgb(255,173,157); }
div.DivClassName
{
background-color: #FFAD9D;
}
.BgClassName
{
background-color: #FFAD9D;
}
</style>
border-color css
<style>
span { border-color: #FFAD9D; }
span { border-color: rgb(255,173,157); }
td.TdClassName
{
border-color: #FFAD9D;
}
.TagClassName
{
border-color: #FFAD9D;
}
</style>