Shades of Rose Bud #FFB19E
Tints of Rose Bud #FFB19E
RGB
CMYK
RGB Variations
Color information
#FFB19E (or 0xFFB19E) is known color: Rose Bud. HEX triplet: FF, B1 and 9E. RGB value is (255,177,158). Sum of RGB (Red+Green+Blue) = 255+177+158=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB19E is #004E61. Grayscale: #C6C6C6. Windows color (decimal): -20066 or 10400255. OLE color: 10400255.
HSL color Cylindrical-coordinate representation of color #FFB19E: hue angle of 11.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFB19E is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 158 | - |
| CMYK | 0 | 0.31 | 0.38 | 0 |
| HSL | 11.75º | 1% | 0.81% | - |
| HSV(B) | 11.75º | 0.38% | 1% | - |
| XYZ | 63.13 | 55.17 | 39.67 | - |
| YUV | 198.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 158 | 0 | 0.31 | 0.38 | 0 | 11.75 | 1 | 0.81 |
| Hex | FF | B1 | 9E | 0 | 1F | 26 | 0 | C | 64 | 51 |
| Octal | 377 | 261 | 236 | 0 | 37 | 46 | 0 | 14 | 144 | 121 |
| Binary | 11111111 | 10110001 | 10011110 | 0 | 11111 | 100110 | 0 | 1100 | 1100100 | 1010001 |
Color Harmonies of #FFB19E
Complementary color
Monochromatic Colors of #FFB19E
Black with #FFB19E
Text Example
Text Example
White with #FFB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB19E; }
p { color: rgb(255,177,158); }
H1.HeaderClassName
{
color: #FFB19E;
}
.AnyTagClassName
{
color: #FFB19E;
}
</style>
background-color css
<style>
a { background-color: #FFB19E; }
a { background-color: rgb(255,177,158); }
div.DivClassName
{
background-color: #FFB19E;
}
.BgClassName
{
background-color: #FFB19E;
}
</style>
border-color css
<style>
span { border-color: #FFB19E; }
span { border-color: rgb(255,177,158); }
td.TdClassName
{
border-color: #FFB19E;
}
.TagClassName
{
border-color: #FFB19E;
}
</style>