Shades of Rose Bud #FDB39C
Tints of Rose Bud #FDB39C
RGB
CMYK
RGB Variations
Color information
#FDB39C (or 0xFDB39C) is known color: Rose Bud. HEX triplet: FD, B3 and 9C. RGB value is (253,179,156). Sum of RGB (Red+Green+Blue) = 253+179+156=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB39C is #024C63. Grayscale: #C6C6C6. Windows color (decimal): -150628 or 10269693. OLE color: 10269693.
HSL color Cylindrical-coordinate representation of color #FDB39C: hue angle of 14.23º 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 #FDB39C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 156 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.01 |
| HSL | 14.23º | 0.96% | 0.8% | - |
| HSV(B) | 14.23º | 0.38% | 0.99% | - |
| XYZ | 62.63 | 55.52 | 38.87 | - |
| YUV | 198.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 156 | 0 | 0.29 | 0.38 | 0.01 | 14.23 | 0.96 | 0.8 |
| Hex | FD | B3 | 9C | 0 | 1D | 26 | 1 | E | 60 | 50 |
| Octal | 375 | 263 | 234 | 0 | 35 | 46 | 1 | 16 | 140 | 120 |
| Binary | 11111101 | 10110011 | 10011100 | 0 | 11101 | 100110 | 1 | 1110 | 1100000 | 1010000 |
Color Harmonies of #FDB39C
Complementary color
Monochromatic Colors of #FDB39C
Black with #FDB39C
Text Example
Text Example
White with #FDB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB39C; }
p { color: rgb(253,179,156); }
H1.HeaderClassName
{
color: #FDB39C;
}
.AnyTagClassName
{
color: #FDB39C;
}
</style>
background-color css
<style>
a { background-color: #FDB39C; }
a { background-color: rgb(253,179,156); }
div.DivClassName
{
background-color: #FDB39C;
}
.BgClassName
{
background-color: #FDB39C;
}
</style>
border-color css
<style>
span { border-color: #FDB39C; }
span { border-color: rgb(253,179,156); }
td.TdClassName
{
border-color: #FDB39C;
}
.TagClassName
{
border-color: #FDB39C;
}
</style>