Shades of Rose Bud #FFADA0
Tints of Rose Bud #FFADA0
RGB
CMYK
RGB Variations
Color information
#FFADA0 (or 0xFFADA0) is known color: Rose Bud. HEX triplet: FF, AD and A0. RGB value is (255,173,160). Sum of RGB (Red+Green+Blue) = 255+173+160=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADA0 is #00525F. Grayscale: #C4C4C4. Windows color (decimal): -21088 or 10530303. OLE color: 10530303.
HSL color Cylindrical-coordinate representation of color #FFADA0: hue angle of 8.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFADA0 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 160 | - |
| CMYK | 0 | 0.32 | 0.37 | 0 |
| HSL | 8.21º | 1% | 0.81% | - |
| HSV(B) | 8.21º | 0.37% | 1% | - |
| XYZ | 62.53 | 53.69 | 40.32 | - |
| YUV | 196.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 160 | 0 | 0.32 | 0.37 | 0 | 8.21 | 1 | 0.81 |
| Hex | FF | AD | A0 | 0 | 20 | 25 | 0 | 8 | 64 | 51 |
| Octal | 377 | 255 | 240 | 0 | 40 | 45 | 0 | 10 | 144 | 121 |
| Binary | 11111111 | 10101101 | 10100000 | 0 | 100000 | 100101 | 0 | 1000 | 1100100 | 1010001 |
Color Harmonies of #FFADA0
Complementary color
Monochromatic Colors of #FFADA0
Black with #FFADA0
Text Example
Text Example
White with #FFADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADA0; }
p { color: rgb(255,173,160); }
H1.HeaderClassName
{
color: #FFADA0;
}
.AnyTagClassName
{
color: #FFADA0;
}
</style>
background-color css
<style>
a { background-color: #FFADA0; }
a { background-color: rgb(255,173,160); }
div.DivClassName
{
background-color: #FFADA0;
}
.BgClassName
{
background-color: #FFADA0;
}
</style>
border-color css
<style>
span { border-color: #FFADA0; }
span { border-color: rgb(255,173,160); }
td.TdClassName
{
border-color: #FFADA0;
}
.TagClassName
{
border-color: #FFADA0;
}
</style>