Shades of Rose Bud #F9AD93
Tints of Rose Bud #F9AD93
RGB
CMYK
RGB Variations
Color information
#F9AD93 (or 0xF9AD93) is known color: Rose Bud. HEX triplet: F9, AD and 93. RGB value is (249,173,147). Sum of RGB (Red+Green+Blue) = 249+173+147=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AD93 is #06526C. Grayscale: #C0C0C0. Windows color (decimal): -414317 or 9678329. OLE color: 9678329.
HSL color Cylindrical-coordinate representation of color #F9AD93: hue angle of 15.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9AD93 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 147 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.02 |
| HSL | 15.29º | 0.89% | 0.78% | - |
| HSV(B) | 15.29º | 0.41% | 0.98% | - |
| XYZ | 59.28 | 52.13 | 34.54 | - |
| YUV | 192.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 147 | 0 | 0.31 | 0.41 | 0.02 | 15.29 | 0.89 | 0.78 |
| Hex | F9 | AD | 93 | 0 | 1F | 29 | 2 | F | 59 | 4E |
| Octal | 371 | 255 | 223 | 0 | 37 | 51 | 2 | 17 | 131 | 116 |
| Binary | 11111001 | 10101101 | 10010011 | 0 | 11111 | 101001 | 10 | 1111 | 1011001 | 1001110 |
Color Harmonies of #F9AD93
Complementary color
Monochromatic Colors of #F9AD93
Black with #F9AD93
Text Example
Text Example
White with #F9AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD93; }
p { color: rgb(249,173,147); }
H1.HeaderClassName
{
color: #F9AD93;
}
.AnyTagClassName
{
color: #F9AD93;
}
</style>
background-color css
<style>
a { background-color: #F9AD93; }
a { background-color: rgb(249,173,147); }
div.DivClassName
{
background-color: #F9AD93;
}
.BgClassName
{
background-color: #F9AD93;
}
</style>
border-color css
<style>
span { border-color: #F9AD93; }
span { border-color: rgb(249,173,147); }
td.TdClassName
{
border-color: #F9AD93;
}
.TagClassName
{
border-color: #F9AD93;
}
</style>