Shades of Rose Bud #FDB49D
Tints of Rose Bud #FDB49D
RGB
CMYK
RGB Variations
Color information
#FDB49D (or 0xFDB49D) is known color: Rose Bud. HEX triplet: FD, B4 and 9D. RGB value is (253,180,157). Sum of RGB (Red+Green+Blue) = 253+180+157=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB49D is #024B62. Grayscale: #C7C7C7. Windows color (decimal): -150371 or 10335485. OLE color: 10335485.
HSL color Cylindrical-coordinate representation of color #FDB49D: hue angle of 14.38º 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 #FDB49D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 157 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.01 |
| HSL | 14.38º | 0.96% | 0.8% | - |
| HSV(B) | 14.38º | 0.38% | 0.99% | - |
| XYZ | 62.92 | 55.96 | 39.38 | - |
| YUV | 199.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 157 | 0 | 0.29 | 0.38 | 0.01 | 14.38 | 0.96 | 0.8 |
| Hex | FD | B4 | 9D | 0 | 1D | 26 | 1 | E | 60 | 50 |
| Octal | 375 | 264 | 235 | 0 | 35 | 46 | 1 | 16 | 140 | 120 |
| Binary | 11111101 | 10110100 | 10011101 | 0 | 11101 | 100110 | 1 | 1110 | 1100000 | 1010000 |
Color Harmonies of #FDB49D
Complementary color
Monochromatic Colors of #FDB49D
Black with #FDB49D
Text Example
Text Example
White with #FDB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB49D; }
p { color: rgb(253,180,157); }
H1.HeaderClassName
{
color: #FDB49D;
}
.AnyTagClassName
{
color: #FDB49D;
}
</style>
background-color css
<style>
a { background-color: #FDB49D; }
a { background-color: rgb(253,180,157); }
div.DivClassName
{
background-color: #FDB49D;
}
.BgClassName
{
background-color: #FDB49D;
}
</style>
border-color css
<style>
span { border-color: #FDB49D; }
span { border-color: rgb(253,180,157); }
td.TdClassName
{
border-color: #FDB49D;
}
.TagClassName
{
border-color: #FDB49D;
}
</style>