Shades of Rose Bud #FDB29C
Tints of Rose Bud #FDB29C
RGB
CMYK
RGB Variations
Color information
#FDB29C (or 0xFDB29C) is known color: Rose Bud. HEX triplet: FD, B2 and 9C. RGB value is (253,178,156). Sum of RGB (Red+Green+Blue) = 253+178+156=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB29C is #024D63. Grayscale: #C6C6C6. Windows color (decimal): -150884 or 10269437. OLE color: 10269437.
HSL color Cylindrical-coordinate representation of color #FDB29C: hue angle of 13.61º 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 #FDB29C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 156 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.01 |
| HSL | 13.61º | 0.96% | 0.8% | - |
| HSV(B) | 13.61º | 0.38% | 0.99% | - |
| XYZ | 62.43 | 55.12 | 38.8 | - |
| YUV | 197.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 156 | 0 | 0.30 | 0.38 | 0.01 | 13.61 | 0.96 | 0.8 |
| Hex | FD | B2 | 9C | 0 | 1E | 26 | 1 | E | 60 | 50 |
| Octal | 375 | 262 | 234 | 0 | 36 | 46 | 1 | 16 | 140 | 120 |
| Binary | 11111101 | 10110010 | 10011100 | 0 | 11110 | 100110 | 1 | 1110 | 1100000 | 1010000 |
Color Harmonies of #FDB29C
Complementary color
Monochromatic Colors of #FDB29C
Black with #FDB29C
Text Example
Text Example
White with #FDB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB29C; }
p { color: rgb(253,178,156); }
H1.HeaderClassName
{
color: #FDB29C;
}
.AnyTagClassName
{
color: #FDB29C;
}
</style>
background-color css
<style>
a { background-color: #FDB29C; }
a { background-color: rgb(253,178,156); }
div.DivClassName
{
background-color: #FDB29C;
}
.BgClassName
{
background-color: #FDB29C;
}
</style>
border-color css
<style>
span { border-color: #FDB29C; }
span { border-color: rgb(253,178,156); }
td.TdClassName
{
border-color: #FDB29C;
}
.TagClassName
{
border-color: #FDB29C;
}
</style>