Shades of Rose Bud #FDB197
Tints of Rose Bud #FDB197
RGB
CMYK
RGB Variations
Color information
#FDB197 (or 0xFDB197) is known color: Rose Bud. HEX triplet: FD, B1 and 97. RGB value is (253,177,151). Sum of RGB (Red+Green+Blue) = 253+177+151=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB197 is #024E68. Grayscale: #C4C4C4. Windows color (decimal): -151145 or 9941501. OLE color: 9941501.
HSL color Cylindrical-coordinate representation of color #FDB197: hue angle of 15.29º 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 #FDB197 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 151 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 15.29º | 0.96% | 0.79% | - |
| HSV(B) | 15.29º | 0.4% | 0.99% | - |
| XYZ | 61.82 | 54.56 | 36.55 | - |
| YUV | 196.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 151 | 0 | 0.30 | 0.40 | 0.01 | 15.29 | 0.96 | 0.79 |
| Hex | FD | B1 | 97 | 0 | 1E | 28 | 1 | F | 60 | 4F |
| Octal | 375 | 261 | 227 | 0 | 36 | 50 | 1 | 17 | 140 | 117 |
| Binary | 11111101 | 10110001 | 10010111 | 0 | 11110 | 101000 | 1 | 1111 | 1100000 | 1001111 |
Color Harmonies of #FDB197
Complementary color
Monochromatic Colors of #FDB197
Black with #FDB197
Text Example
Text Example
White with #FDB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB197; }
p { color: rgb(253,177,151); }
H1.HeaderClassName
{
color: #FDB197;
}
.AnyTagClassName
{
color: #FDB197;
}
</style>
background-color css
<style>
a { background-color: #FDB197; }
a { background-color: rgb(253,177,151); }
div.DivClassName
{
background-color: #FDB197;
}
.BgClassName
{
background-color: #FDB197;
}
</style>
border-color css
<style>
span { border-color: #FDB197; }
span { border-color: rgb(253,177,151); }
td.TdClassName
{
border-color: #FDB197;
}
.TagClassName
{
border-color: #FDB197;
}
</style>