Shades of Rose Bud #FDB39E
Tints of Rose Bud #FDB39E
RGB
CMYK
RGB Variations
Color information
#FDB39E (or 0xFDB39E) is known color: Rose Bud. HEX triplet: FD, B3 and 9E. RGB value is (253,179,158). Sum of RGB (Red+Green+Blue) = 253+179+158=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB39E is #024C61. Grayscale: #C6C6C6. Windows color (decimal): -150626 or 10400765. OLE color: 10400765.
HSL color Cylindrical-coordinate representation of color #FDB39E: hue angle of 13.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDB39E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 158 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.01 |
| HSL | 13.26º | 0.96% | 0.81% | - |
| HSV(B) | 13.26º | 0.38% | 0.99% | - |
| XYZ | 62.8 | 55.59 | 39.77 | - |
| YUV | 198.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 158 | 0 | 0.29 | 0.38 | 0.01 | 13.26 | 0.96 | 0.81 |
| Hex | FD | B3 | 9E | 0 | 1D | 26 | 1 | D | 60 | 51 |
| Octal | 375 | 263 | 236 | 0 | 35 | 46 | 1 | 15 | 140 | 121 |
| Binary | 11111101 | 10110011 | 10011110 | 0 | 11101 | 100110 | 1 | 1101 | 1100000 | 1010001 |
Color Harmonies of #FDB39E
Complementary color
Monochromatic Colors of #FDB39E
Black with #FDB39E
Text Example
Text Example
White with #FDB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB39E; }
p { color: rgb(253,179,158); }
H1.HeaderClassName
{
color: #FDB39E;
}
.AnyTagClassName
{
color: #FDB39E;
}
</style>
background-color css
<style>
a { background-color: #FDB39E; }
a { background-color: rgb(253,179,158); }
div.DivClassName
{
background-color: #FDB39E;
}
.BgClassName
{
background-color: #FDB39E;
}
</style>
border-color css
<style>
span { border-color: #FDB39E; }
span { border-color: rgb(253,179,158); }
td.TdClassName
{
border-color: #FDB39E;
}
.TagClassName
{
border-color: #FDB39E;
}
</style>