Shades of Rose Bud #FFAD8C
Tints of Rose Bud #FFAD8C
RGB
CMYK
RGB Variations
Color information
#FFAD8C (or 0xFFAD8C) is known color: Rose Bud. HEX triplet: FF, AD and 8C. RGB value is (255,173,140). Sum of RGB (Red+Green+Blue) = 255+173+140=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD8C is #005273. Grayscale: #C1C1C1. Windows color (decimal): -21108 or 9219583. OLE color: 9219583.
HSL color Cylindrical-coordinate representation of color #FFAD8C: hue angle of 17.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFAD8C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 140 | - |
| CMYK | 0 | 0.32 | 0.45 | 0 |
| HSL | 17.22º | 1% | 0.77% | - |
| HSV(B) | 17.22º | 0.45% | 1% | - |
| XYZ | 60.92 | 53.04 | 31.84 | - |
| YUV | 193.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 140 | 0 | 0.32 | 0.45 | 0 | 17.22 | 1 | 0.77 |
| Hex | FF | AD | 8C | 0 | 20 | 2D | 0 | 11 | 64 | 4D |
| Octal | 377 | 255 | 214 | 0 | 40 | 55 | 0 | 21 | 144 | 115 |
| Binary | 11111111 | 10101101 | 10001100 | 0 | 100000 | 101101 | 0 | 10001 | 1100100 | 1001101 |
Color Harmonies of #FFAD8C
Complementary color
Monochromatic Colors of #FFAD8C
Black with #FFAD8C
Text Example
Text Example
White with #FFAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD8C; }
p { color: rgb(255,173,140); }
H1.HeaderClassName
{
color: #FFAD8C;
}
.AnyTagClassName
{
color: #FFAD8C;
}
</style>
background-color css
<style>
a { background-color: #FFAD8C; }
a { background-color: rgb(255,173,140); }
div.DivClassName
{
background-color: #FFAD8C;
}
.BgClassName
{
background-color: #FFAD8C;
}
</style>
border-color css
<style>
span { border-color: #FFAD8C; }
span { border-color: rgb(255,173,140); }
td.TdClassName
{
border-color: #FFAD8C;
}
.TagClassName
{
border-color: #FFAD8C;
}
</style>