Shades of Rose Bud #FDB298
Tints of Rose Bud #FDB298
RGB
CMYK
RGB Variations
Color information
#FDB298 (or 0xFDB298) is known color: Rose Bud. HEX triplet: FD, B2 and 98. RGB value is (253,178,152). Sum of RGB (Red+Green+Blue) = 253+178+152=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB298 is #024D67. Grayscale: #C5C5C5. Windows color (decimal): -150888 or 10007293. OLE color: 10007293.
HSL color Cylindrical-coordinate representation of color #FDB298: hue angle of 15.45º 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 #FDB298 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 152 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 15.45º | 0.96% | 0.79% | - |
| HSV(B) | 15.45º | 0.4% | 0.99% | - |
| XYZ | 62.1 | 54.99 | 37.05 | - |
| YUV | 197.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 152 | 0 | 0.30 | 0.40 | 0.01 | 15.45 | 0.96 | 0.79 |
| Hex | FD | B2 | 98 | 0 | 1E | 28 | 1 | F | 60 | 4F |
| Octal | 375 | 262 | 230 | 0 | 36 | 50 | 1 | 17 | 140 | 117 |
| Binary | 11111101 | 10110010 | 10011000 | 0 | 11110 | 101000 | 1 | 1111 | 1100000 | 1001111 |
Color Harmonies of #FDB298
Complementary color
Monochromatic Colors of #FDB298
Black with #FDB298
Text Example
Text Example
White with #FDB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB298; }
p { color: rgb(253,178,152); }
H1.HeaderClassName
{
color: #FDB298;
}
.AnyTagClassName
{
color: #FDB298;
}
</style>
background-color css
<style>
a { background-color: #FDB298; }
a { background-color: rgb(253,178,152); }
div.DivClassName
{
background-color: #FDB298;
}
.BgClassName
{
background-color: #FDB298;
}
</style>
border-color css
<style>
span { border-color: #FDB298; }
span { border-color: rgb(253,178,152); }
td.TdClassName
{
border-color: #FDB298;
}
.TagClassName
{
border-color: #FDB298;
}
</style>