Shades of Rose Bud #FFAD92
Tints of Rose Bud #FFAD92
RGB
CMYK
RGB Variations
Color information
#FFAD92 (or 0xFFAD92) is known color: Rose Bud. HEX triplet: FF, AD and 92. RGB value is (255,173,146). Sum of RGB (Red+Green+Blue) = 255+173+146=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD92 is #00526D. Grayscale: #C2C2C2. Windows color (decimal): -21102 or 9612799. OLE color: 9612799.
HSL color Cylindrical-coordinate representation of color #FFAD92: hue angle of 14.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFAD92 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 146 | - |
| CMYK | 0 | 0.32 | 0.43 | 0 |
| HSL | 14.86º | 1% | 0.79% | - |
| HSV(B) | 14.86º | 0.43% | 1% | - |
| XYZ | 61.37 | 53.22 | 34.23 | - |
| YUV | 194.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 146 | 0 | 0.32 | 0.43 | 0 | 14.86 | 1 | 0.79 |
| Hex | FF | AD | 92 | 0 | 20 | 2B | 0 | F | 64 | 4F |
| Octal | 377 | 255 | 222 | 0 | 40 | 53 | 0 | 17 | 144 | 117 |
| Binary | 11111111 | 10101101 | 10010010 | 0 | 100000 | 101011 | 0 | 1111 | 1100100 | 1001111 |
Color Harmonies of #FFAD92
Complementary color
Monochromatic Colors of #FFAD92
Black with #FFAD92
Text Example
Text Example
White with #FFAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD92; }
p { color: rgb(255,173,146); }
H1.HeaderClassName
{
color: #FFAD92;
}
.AnyTagClassName
{
color: #FFAD92;
}
</style>
background-color css
<style>
a { background-color: #FFAD92; }
a { background-color: rgb(255,173,146); }
div.DivClassName
{
background-color: #FFAD92;
}
.BgClassName
{
background-color: #FFAD92;
}
</style>
border-color css
<style>
span { border-color: #FFAD92; }
span { border-color: rgb(255,173,146); }
td.TdClassName
{
border-color: #FFAD92;
}
.TagClassName
{
border-color: #FFAD92;
}
</style>