Shades of Rose Bud #FDB096
Tints of Rose Bud #FDB096
RGB
CMYK
RGB Variations
Color information
#FDB096 (or 0xFDB096) is known color: Rose Bud. HEX triplet: FD, B0 and 96. RGB value is (253,176,150). Sum of RGB (Red+Green+Blue) = 253+176+150=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB096 is #024F69. Grayscale: #C4C4C4. Windows color (decimal): -151402 or 9875709. OLE color: 9875709.
HSL color Cylindrical-coordinate representation of color #FDB096: hue angle of 15.15º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDB096 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 150 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.01 |
| HSL | 15.15º | 0.96% | 0.79% | - |
| HSV(B) | 15.15º | 0.41% | 0.99% | - |
| XYZ | 61.54 | 54.14 | 36.06 | - |
| YUV | 196.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 150 | 0 | 0.30 | 0.41 | 0.01 | 15.15 | 0.96 | 0.79 |
| Hex | FD | B0 | 96 | 0 | 1E | 29 | 1 | F | 60 | 4F |
| Octal | 375 | 260 | 226 | 0 | 36 | 51 | 1 | 17 | 140 | 117 |
| Binary | 11111101 | 10110000 | 10010110 | 0 | 11110 | 101001 | 1 | 1111 | 1100000 | 1001111 |
Color Harmonies of #FDB096
Complementary color
Monochromatic Colors of #FDB096
Black with #FDB096
Text Example
Text Example
White with #FDB096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB096; }
p { color: rgb(253,176,150); }
H1.HeaderClassName
{
color: #FDB096;
}
.AnyTagClassName
{
color: #FDB096;
}
</style>
background-color css
<style>
a { background-color: #FDB096; }
a { background-color: rgb(253,176,150); }
div.DivClassName
{
background-color: #FDB096;
}
.BgClassName
{
background-color: #FDB096;
}
</style>
border-color css
<style>
span { border-color: #FDB096; }
span { border-color: rgb(253,176,150); }
td.TdClassName
{
border-color: #FDB096;
}
.TagClassName
{
border-color: #FDB096;
}
</style>