Shades of Rose Bud #FDB49E
Tints of Rose Bud #FDB49E
RGB
CMYK
RGB Variations
Color information
#FDB49E (or 0xFDB49E) is known color: Rose Bud. HEX triplet: FD, B4 and 9E. RGB value is (253,180,158). Sum of RGB (Red+Green+Blue) = 253+180+158=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB49E is #024B61. Grayscale: #C7C7C7. Windows color (decimal): -150370 or 10401021. OLE color: 10401021.
HSL color Cylindrical-coordinate representation of color #FDB49E: hue angle of 13.89º 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 #FDB49E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 158 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.01 |
| HSL | 13.89º | 0.96% | 0.81% | - |
| HSV(B) | 13.89º | 0.38% | 0.99% | - |
| XYZ | 63 | 55.99 | 39.84 | - |
| YUV | 199.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 158 | 0 | 0.29 | 0.38 | 0.01 | 13.89 | 0.96 | 0.81 |
| Hex | FD | B4 | 9E | 0 | 1D | 26 | 1 | E | 60 | 51 |
| Octal | 375 | 264 | 236 | 0 | 35 | 46 | 1 | 16 | 140 | 121 |
| Binary | 11111101 | 10110100 | 10011110 | 0 | 11101 | 100110 | 1 | 1110 | 1100000 | 1010001 |
Color Harmonies of #FDB49E
Complementary color
Monochromatic Colors of #FDB49E
Black with #FDB49E
Text Example
Text Example
White with #FDB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB49E; }
p { color: rgb(253,180,158); }
H1.HeaderClassName
{
color: #FDB49E;
}
.AnyTagClassName
{
color: #FDB49E;
}
</style>
background-color css
<style>
a { background-color: #FDB49E; }
a { background-color: rgb(253,180,158); }
div.DivClassName
{
background-color: #FDB49E;
}
.BgClassName
{
background-color: #FDB49E;
}
</style>
border-color css
<style>
span { border-color: #FDB49E; }
span { border-color: rgb(253,180,158); }
td.TdClassName
{
border-color: #FDB49E;
}
.TagClassName
{
border-color: #FDB49E;
}
</style>