Shades of Rose Bud #FDB09D
Tints of Rose Bud #FDB09D
RGB
CMYK
RGB Variations
Color information
#FDB09D (or 0xFDB09D) is known color: Rose Bud. HEX triplet: FD, B0 and 9D. RGB value is (253,176,157). Sum of RGB (Red+Green+Blue) = 253+176+157=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB09D is #024F62. Grayscale: #C5C5C5. Windows color (decimal): -151395 or 10334461. OLE color: 10334461.
HSL color Cylindrical-coordinate representation of color #FDB09D: hue angle of 11.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDB09D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 157 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.01 |
| HSL | 11.88º | 0.96% | 0.8% | - |
| HSV(B) | 11.88º | 0.38% | 0.99% | - |
| XYZ | 62.12 | 54.37 | 39.12 | - |
| YUV | 196.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 157 | 0 | 0.30 | 0.38 | 0.01 | 11.88 | 0.96 | 0.8 |
| Hex | FD | B0 | 9D | 0 | 1E | 26 | 1 | C | 60 | 50 |
| Octal | 375 | 260 | 235 | 0 | 36 | 46 | 1 | 14 | 140 | 120 |
| Binary | 11111101 | 10110000 | 10011101 | 0 | 11110 | 100110 | 1 | 1100 | 1100000 | 1010000 |
Color Harmonies of #FDB09D
Complementary color
Monochromatic Colors of #FDB09D
Black with #FDB09D
Text Example
Text Example
White with #FDB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB09D; }
p { color: rgb(253,176,157); }
H1.HeaderClassName
{
color: #FDB09D;
}
.AnyTagClassName
{
color: #FDB09D;
}
</style>
background-color css
<style>
a { background-color: #FDB09D; }
a { background-color: rgb(253,176,157); }
div.DivClassName
{
background-color: #FDB09D;
}
.BgClassName
{
background-color: #FDB09D;
}
</style>
border-color css
<style>
span { border-color: #FDB09D; }
span { border-color: rgb(253,176,157); }
td.TdClassName
{
border-color: #FDB09D;
}
.TagClassName
{
border-color: #FDB09D;
}
</style>