Shades of Rose Bud #FFAD8F
Tints of Rose Bud #FFAD8F
RGB
CMYK
RGB Variations
Color information
#FFAD8F (or 0xFFAD8F) is known color: Rose Bud. HEX triplet: FF, AD and 8F. RGB value is (255,173,143). Sum of RGB (Red+Green+Blue) = 255+173+143=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD8F is #005270. Grayscale: #C2C2C2. Windows color (decimal): -21105 or 9416191. OLE color: 9416191.
HSL color Cylindrical-coordinate representation of color #FFAD8F: hue angle of 16.07º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFAD8F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 143 | - |
| CMYK | 0 | 0.32 | 0.44 | 0 |
| HSL | 16.07º | 1% | 0.78% | - |
| HSV(B) | 16.07º | 0.44% | 1% | - |
| XYZ | 61.14 | 53.13 | 33.02 | - |
| YUV | 194.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 143 | 0 | 0.32 | 0.44 | 0 | 16.07 | 1 | 0.78 |
| Hex | FF | AD | 8F | 0 | 20 | 2C | 0 | 10 | 64 | 4E |
| Octal | 377 | 255 | 217 | 0 | 40 | 54 | 0 | 20 | 144 | 116 |
| Binary | 11111111 | 10101101 | 10001111 | 0 | 100000 | 101100 | 0 | 10000 | 1100100 | 1001110 |
Color Harmonies of #FFAD8F
Complementary color
Monochromatic Colors of #FFAD8F
Black with #FFAD8F
Text Example
Text Example
White with #FFAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD8F; }
p { color: rgb(255,173,143); }
H1.HeaderClassName
{
color: #FFAD8F;
}
.AnyTagClassName
{
color: #FFAD8F;
}
</style>
background-color css
<style>
a { background-color: #FFAD8F; }
a { background-color: rgb(255,173,143); }
div.DivClassName
{
background-color: #FFAD8F;
}
.BgClassName
{
background-color: #FFAD8F;
}
</style>
border-color css
<style>
span { border-color: #FFAD8F; }
span { border-color: rgb(255,173,143); }
td.TdClassName
{
border-color: #FFAD8F;
}
.TagClassName
{
border-color: #FFAD8F;
}
</style>