Shades of Rose Bud #FDB39D
Tints of Rose Bud #FDB39D
RGB
CMYK
RGB Variations
Color information
#FDB39D (or 0xFDB39D) is known color: Rose Bud. HEX triplet: FD, B3 and 9D. RGB value is (253,179,157). Sum of RGB (Red+Green+Blue) = 253+179+157=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB39D is #024C62. Grayscale: #C6C6C6. Windows color (decimal): -150627 or 10335229. OLE color: 10335229.
HSL color Cylindrical-coordinate representation of color #FDB39D: hue angle of 13.75º 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 #FDB39D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 157 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.01 |
| HSL | 13.75º | 0.96% | 0.8% | - |
| HSV(B) | 13.75º | 0.38% | 0.99% | - |
| XYZ | 62.71 | 55.56 | 39.32 | - |
| YUV | 198.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 157 | 0 | 0.29 | 0.38 | 0.01 | 13.75 | 0.96 | 0.8 |
| Hex | FD | B3 | 9D | 0 | 1D | 26 | 1 | E | 60 | 50 |
| Octal | 375 | 263 | 235 | 0 | 35 | 46 | 1 | 16 | 140 | 120 |
| Binary | 11111101 | 10110011 | 10011101 | 0 | 11101 | 100110 | 1 | 1110 | 1100000 | 1010000 |
Color Harmonies of #FDB39D
Complementary color
Monochromatic Colors of #FDB39D
Black with #FDB39D
Text Example
Text Example
White with #FDB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB39D; }
p { color: rgb(253,179,157); }
H1.HeaderClassName
{
color: #FDB39D;
}
.AnyTagClassName
{
color: #FDB39D;
}
</style>
background-color css
<style>
a { background-color: #FDB39D; }
a { background-color: rgb(253,179,157); }
div.DivClassName
{
background-color: #FDB39D;
}
.BgClassName
{
background-color: #FDB39D;
}
</style>
border-color css
<style>
span { border-color: #FDB39D; }
span { border-color: rgb(253,179,157); }
td.TdClassName
{
border-color: #FDB39D;
}
.TagClassName
{
border-color: #FDB39D;
}
</style>