Shades of Rose Bud #FDB196
Tints of Rose Bud #FDB196
RGB
CMYK
RGB Variations
Color information
#FDB196 (or 0xFDB196) is known color: Rose Bud. HEX triplet: FD, B1 and 96. RGB value is (253,177,150). Sum of RGB (Red+Green+Blue) = 253+177+150=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB196 is #024E69. Grayscale: #C4C4C4. Windows color (decimal): -151146 or 9875965. OLE color: 9875965.
HSL color Cylindrical-coordinate representation of color #FDB196: hue angle of 15.73º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDB196 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 150 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.01 |
| HSL | 15.73º | 0.96% | 0.79% | - |
| HSV(B) | 15.73º | 0.41% | 0.99% | - |
| XYZ | 61.74 | 54.53 | 36.13 | - |
| YUV | 196.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 150 | 0 | 0.30 | 0.41 | 0.01 | 15.73 | 0.96 | 0.79 |
| Hex | FD | B1 | 96 | 0 | 1E | 29 | 1 | 10 | 60 | 4F |
| Octal | 375 | 261 | 226 | 0 | 36 | 51 | 1 | 20 | 140 | 117 |
| Binary | 11111101 | 10110001 | 10010110 | 0 | 11110 | 101001 | 1 | 10000 | 1100000 | 1001111 |
Color Harmonies of #FDB196
Complementary color
Monochromatic Colors of #FDB196
Black with #FDB196
Text Example
Text Example
White with #FDB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB196; }
p { color: rgb(253,177,150); }
H1.HeaderClassName
{
color: #FDB196;
}
.AnyTagClassName
{
color: #FDB196;
}
</style>
background-color css
<style>
a { background-color: #FDB196; }
a { background-color: rgb(253,177,150); }
div.DivClassName
{
background-color: #FDB196;
}
.BgClassName
{
background-color: #FDB196;
}
</style>
border-color css
<style>
span { border-color: #FDB196; }
span { border-color: rgb(253,177,150); }
td.TdClassName
{
border-color: #FDB196;
}
.TagClassName
{
border-color: #FDB196;
}
</style>