Shades of Rose Bud #FDB098
Tints of Rose Bud #FDB098
RGB
CMYK
RGB Variations
Color information
#FDB098 (or 0xFDB098) is known color: Rose Bud. HEX triplet: FD, B0 and 98. RGB value is (253,176,152). Sum of RGB (Red+Green+Blue) = 253+176+152=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB098 is #024F67. Grayscale: #C4C4C4. Windows color (decimal): -151400 or 10006781. OLE color: 10006781.
HSL color Cylindrical-coordinate representation of color #FDB098: hue angle of 14.26º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDB098 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 152 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 14.26º | 0.96% | 0.79% | - |
| HSV(B) | 14.26º | 0.4% | 0.99% | - |
| XYZ | 61.7 | 54.2 | 36.92 | - |
| YUV | 196.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 152 | 0 | 0.30 | 0.40 | 0.01 | 14.26 | 0.96 | 0.79 |
| Hex | FD | B0 | 98 | 0 | 1E | 28 | 1 | E | 60 | 4F |
| Octal | 375 | 260 | 230 | 0 | 36 | 50 | 1 | 16 | 140 | 117 |
| Binary | 11111101 | 10110000 | 10011000 | 0 | 11110 | 101000 | 1 | 1110 | 1100000 | 1001111 |
Color Harmonies of #FDB098
Complementary color
Monochromatic Colors of #FDB098
Black with #FDB098
Text Example
Text Example
White with #FDB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB098; }
p { color: rgb(253,176,152); }
H1.HeaderClassName
{
color: #FDB098;
}
.AnyTagClassName
{
color: #FDB098;
}
</style>
background-color css
<style>
a { background-color: #FDB098; }
a { background-color: rgb(253,176,152); }
div.DivClassName
{
background-color: #FDB098;
}
.BgClassName
{
background-color: #FDB098;
}
</style>
border-color css
<style>
span { border-color: #FDB098; }
span { border-color: rgb(253,176,152); }
td.TdClassName
{
border-color: #FDB098;
}
.TagClassName
{
border-color: #FDB098;
}
</style>