Shades of Rose Bud #FDB49F
Tints of Rose Bud #FDB49F
RGB
CMYK
RGB Variations
Color information
#FDB49F (or 0xFDB49F) is known color: Rose Bud. HEX triplet: FD, B4 and 9F. RGB value is (253,180,159). Sum of RGB (Red+Green+Blue) = 253+180+159=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB49F is #024B60. Grayscale: #C7C7C7. Windows color (decimal): -150369 or 10466557. OLE color: 10466557.
HSL color Cylindrical-coordinate representation of color #FDB49F: hue angle of 13.4º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDB49F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 159 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.01 |
| HSL | 13.4º | 0.96% | 0.81% | - |
| HSV(B) | 13.4º | 0.37% | 0.99% | - |
| XYZ | 63.09 | 56.03 | 40.29 | - |
| YUV | 199.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 159 | 0 | 0.29 | 0.37 | 0.01 | 13.4 | 0.96 | 0.81 |
| Hex | FD | B4 | 9F | 0 | 1D | 25 | 1 | D | 60 | 51 |
| Octal | 375 | 264 | 237 | 0 | 35 | 45 | 1 | 15 | 140 | 121 |
| Binary | 11111101 | 10110100 | 10011111 | 0 | 11101 | 100101 | 1 | 1101 | 1100000 | 1010001 |
Color Harmonies of #FDB49F
Complementary color
Monochromatic Colors of #FDB49F
Black with #FDB49F
Text Example
Text Example
White with #FDB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB49F; }
p { color: rgb(253,180,159); }
H1.HeaderClassName
{
color: #FDB49F;
}
.AnyTagClassName
{
color: #FDB49F;
}
</style>
background-color css
<style>
a { background-color: #FDB49F; }
a { background-color: rgb(253,180,159); }
div.DivClassName
{
background-color: #FDB49F;
}
.BgClassName
{
background-color: #FDB49F;
}
</style>
border-color css
<style>
span { border-color: #FDB49F; }
span { border-color: rgb(253,180,159); }
td.TdClassName
{
border-color: #FDB49F;
}
.TagClassName
{
border-color: #FDB49F;
}
</style>