Shades of Rose Bud #F9AD92
Tints of Rose Bud #F9AD92
RGB
CMYK
RGB Variations
Color information
#F9AD92 (or 0xF9AD92) is known color: Rose Bud. HEX triplet: F9, AD and 92. RGB value is (249,173,146). Sum of RGB (Red+Green+Blue) = 249+173+146=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AD92 is #06526D. Grayscale: #C0C0C0. Windows color (decimal): -414318 or 9612793. OLE color: 9612793.
HSL color Cylindrical-coordinate representation of color #F9AD92: hue angle of 15.73º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9AD92 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 146 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.02 |
| HSL | 15.73º | 0.9% | 0.77% | - |
| HSV(B) | 15.73º | 0.41% | 0.98% | - |
| XYZ | 59.2 | 52.1 | 34.13 | - |
| YUV | 192.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 146 | 0 | 0.31 | 0.41 | 0.02 | 15.73 | 0.9 | 0.77 |
| Hex | F9 | AD | 92 | 0 | 1F | 29 | 2 | 10 | 5A | 4D |
| Octal | 371 | 255 | 222 | 0 | 37 | 51 | 2 | 20 | 132 | 115 |
| Binary | 11111001 | 10101101 | 10010010 | 0 | 11111 | 101001 | 10 | 10000 | 1011010 | 1001101 |
Color Harmonies of #F9AD92
Complementary color
Monochromatic Colors of #F9AD92
Black with #F9AD92
Text Example
Text Example
White with #F9AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD92; }
p { color: rgb(249,173,146); }
H1.HeaderClassName
{
color: #F9AD92;
}
.AnyTagClassName
{
color: #F9AD92;
}
</style>
background-color css
<style>
a { background-color: #F9AD92; }
a { background-color: rgb(249,173,146); }
div.DivClassName
{
background-color: #F9AD92;
}
.BgClassName
{
background-color: #F9AD92;
}
</style>
border-color css
<style>
span { border-color: #F9AD92; }
span { border-color: rgb(249,173,146); }
td.TdClassName
{
border-color: #F9AD92;
}
.TagClassName
{
border-color: #F9AD92;
}
</style>