Shades of Rose Bud #FDB099
Tints of Rose Bud #FDB099
RGB
CMYK
RGB Variations
Color information
#FDB099 (or 0xFDB099) is known color: Rose Bud. HEX triplet: FD, B0 and 99. RGB value is (253,176,153). Sum of RGB (Red+Green+Blue) = 253+176+153=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB099 is #024F66. Grayscale: #C4C4C4. Windows color (decimal): -151399 or 10072317. OLE color: 10072317.
HSL color Cylindrical-coordinate representation of color #FDB099: hue angle of 13.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDB099 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 153 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 13.8º | 0.96% | 0.8% | - |
| HSV(B) | 13.8º | 0.4% | 0.99% | - |
| XYZ | 61.78 | 54.23 | 37.35 | - |
| YUV | 196.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 153 | 0 | 0.30 | 0.40 | 0.01 | 13.8 | 0.96 | 0.8 |
| Hex | FD | B0 | 99 | 0 | 1E | 28 | 1 | E | 60 | 50 |
| Octal | 375 | 260 | 231 | 0 | 36 | 50 | 1 | 16 | 140 | 120 |
| Binary | 11111101 | 10110000 | 10011001 | 0 | 11110 | 101000 | 1 | 1110 | 1100000 | 1010000 |
Color Harmonies of #FDB099
Complementary color
Monochromatic Colors of #FDB099
Black with #FDB099
Text Example
Text Example
White with #FDB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB099; }
p { color: rgb(253,176,153); }
H1.HeaderClassName
{
color: #FDB099;
}
.AnyTagClassName
{
color: #FDB099;
}
</style>
background-color css
<style>
a { background-color: #FDB099; }
a { background-color: rgb(253,176,153); }
div.DivClassName
{
background-color: #FDB099;
}
.BgClassName
{
background-color: #FDB099;
}
</style>
border-color css
<style>
span { border-color: #FDB099; }
span { border-color: rgb(253,176,153); }
td.TdClassName
{
border-color: #FDB099;
}
.TagClassName
{
border-color: #FDB099;
}
</style>