Shades of Rose Bud #FDB19E
Tints of Rose Bud #FDB19E
RGB
CMYK
RGB Variations
Color information
#FDB19E (or 0xFDB19E) is known color: Rose Bud. HEX triplet: FD, B1 and 9E. RGB value is (253,177,158). Sum of RGB (Red+Green+Blue) = 253+177+158=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB19E is #024E61. Grayscale: #C5C5C5. Windows color (decimal): -151138 or 10400253. OLE color: 10400253.
HSL color Cylindrical-coordinate representation of color #FDB19E: hue angle of 12º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDB19E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 158 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.01 |
| HSL | 12º | 0.96% | 0.81% | - |
| HSV(B) | 12º | 0.38% | 0.99% | - |
| XYZ | 62.4 | 54.8 | 39.64 | - |
| YUV | 197.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 158 | 0 | 0.30 | 0.38 | 0.01 | 12 | 0.96 | 0.81 |
| Hex | FD | B1 | 9E | 0 | 1E | 26 | 1 | C | 60 | 51 |
| Octal | 375 | 261 | 236 | 0 | 36 | 46 | 1 | 14 | 140 | 121 |
| Binary | 11111101 | 10110001 | 10011110 | 0 | 11110 | 100110 | 1 | 1100 | 1100000 | 1010001 |
Color Harmonies of #FDB19E
Complementary color
Monochromatic Colors of #FDB19E
Black with #FDB19E
Text Example
Text Example
White with #FDB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB19E; }
p { color: rgb(253,177,158); }
H1.HeaderClassName
{
color: #FDB19E;
}
.AnyTagClassName
{
color: #FDB19E;
}
</style>
background-color css
<style>
a { background-color: #FDB19E; }
a { background-color: rgb(253,177,158); }
div.DivClassName
{
background-color: #FDB19E;
}
.BgClassName
{
background-color: #FDB19E;
}
</style>
border-color css
<style>
span { border-color: #FDB19E; }
span { border-color: rgb(253,177,158); }
td.TdClassName
{
border-color: #FDB19E;
}
.TagClassName
{
border-color: #FDB19E;
}
</style>