Shades of Rose Bud #FDB198
Tints of Rose Bud #FDB198
RGB
CMYK
RGB Variations
Color information
#FDB198 (or 0xFDB198) is known color: Rose Bud. HEX triplet: FD, B1 and 98. RGB value is (253,177,152). Sum of RGB (Red+Green+Blue) = 253+177+152=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB198 is #024E67. Grayscale: #C5C5C5. Windows color (decimal): -151144 or 10007037. OLE color: 10007037.
HSL color Cylindrical-coordinate representation of color #FDB198: hue angle of 14.85º 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 #FDB198 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 152 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 14.85º | 0.96% | 0.79% | - |
| HSV(B) | 14.85º | 0.4% | 0.99% | - |
| XYZ | 61.9 | 54.59 | 36.98 | - |
| YUV | 196.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 152 | 0 | 0.30 | 0.40 | 0.01 | 14.85 | 0.96 | 0.79 |
| Hex | FD | B1 | 98 | 0 | 1E | 28 | 1 | F | 60 | 4F |
| Octal | 375 | 261 | 230 | 0 | 36 | 50 | 1 | 17 | 140 | 117 |
| Binary | 11111101 | 10110001 | 10011000 | 0 | 11110 | 101000 | 1 | 1111 | 1100000 | 1001111 |
Color Harmonies of #FDB198
Complementary color
Monochromatic Colors of #FDB198
Black with #FDB198
Text Example
Text Example
White with #FDB198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB198; }
p { color: rgb(253,177,152); }
H1.HeaderClassName
{
color: #FDB198;
}
.AnyTagClassName
{
color: #FDB198;
}
</style>
background-color css
<style>
a { background-color: #FDB198; }
a { background-color: rgb(253,177,152); }
div.DivClassName
{
background-color: #FDB198;
}
.BgClassName
{
background-color: #FDB198;
}
</style>
border-color css
<style>
span { border-color: #FDB198; }
span { border-color: rgb(253,177,152); }
td.TdClassName
{
border-color: #FDB198;
}
.TagClassName
{
border-color: #FDB198;
}
</style>