Shades of Rose Bud #FDB097
Tints of Rose Bud #FDB097
RGB
CMYK
RGB Variations
Color information
#FDB097 (or 0xFDB097) is known color: Rose Bud. HEX triplet: FD, B0 and 97. RGB value is (253,176,151). Sum of RGB (Red+Green+Blue) = 253+176+151=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB097 is #024F68. Grayscale: #C4C4C4. Windows color (decimal): -151401 or 9941245. OLE color: 9941245.
HSL color Cylindrical-coordinate representation of color #FDB097: hue angle of 14.71º 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 #FDB097 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 151 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.01 |
| HSL | 14.71º | 0.96% | 0.79% | - |
| HSV(B) | 14.71º | 0.4% | 0.99% | - |
| XYZ | 61.62 | 54.17 | 36.49 | - |
| YUV | 196.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 151 | 0 | 0.30 | 0.40 | 0.01 | 14.71 | 0.96 | 0.79 |
| Hex | FD | B0 | 97 | 0 | 1E | 28 | 1 | F | 60 | 4F |
| Octal | 375 | 260 | 227 | 0 | 36 | 50 | 1 | 17 | 140 | 117 |
| Binary | 11111101 | 10110000 | 10010111 | 0 | 11110 | 101000 | 1 | 1111 | 1100000 | 1001111 |
Color Harmonies of #FDB097
Complementary color
Monochromatic Colors of #FDB097
Black with #FDB097
Text Example
Text Example
White with #FDB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB097; }
p { color: rgb(253,176,151); }
H1.HeaderClassName
{
color: #FDB097;
}
.AnyTagClassName
{
color: #FDB097;
}
</style>
background-color css
<style>
a { background-color: #FDB097; }
a { background-color: rgb(253,176,151); }
div.DivClassName
{
background-color: #FDB097;
}
.BgClassName
{
background-color: #FDB097;
}
</style>
border-color css
<style>
span { border-color: #FDB097; }
span { border-color: rgb(253,176,151); }
td.TdClassName
{
border-color: #FDB097;
}
.TagClassName
{
border-color: #FDB097;
}
</style>