Shades of Rose Bud #FEB19B
Tints of Rose Bud #FEB19B
RGB
CMYK
RGB Variations
Color information
#FEB19B (or 0xFEB19B) is known color: Rose Bud. HEX triplet: FE, B1 and 9B. RGB value is (254,177,155). Sum of RGB (Red+Green+Blue) = 254+177+155=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB19B is #014E64. Grayscale: #C5C5C5. Windows color (decimal): -85605 or 10203646. OLE color: 10203646.
HSL color Cylindrical-coordinate representation of color #FEB19B: hue angle of 13.33º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEB19B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 155 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.00 |
| HSL | 13.33º | 0.98% | 0.8% | - |
| HSV(B) | 13.33º | 0.39% | 1% | - |
| XYZ | 62.51 | 54.88 | 38.31 | - |
| YUV | 197.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 155 | 0 | 0.30 | 0.39 | 0.00 | 13.33 | 0.98 | 0.8 |
| Hex | FE | B1 | 9B | 0 | 1E | 27 | 0 | D | 62 | 50 |
| Octal | 376 | 261 | 233 | 0 | 36 | 47 | 0 | 15 | 142 | 120 |
| Binary | 11111110 | 10110001 | 10011011 | 0 | 11110 | 100111 | 0 | 1101 | 1100010 | 1010000 |
Color Harmonies of #FEB19B
Complementary color
Monochromatic Colors of #FEB19B
Black with #FEB19B
Text Example
Text Example
White with #FEB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB19B; }
p { color: rgb(254,177,155); }
H1.HeaderClassName
{
color: #FEB19B;
}
.AnyTagClassName
{
color: #FEB19B;
}
</style>
background-color css
<style>
a { background-color: #FEB19B; }
a { background-color: rgb(254,177,155); }
div.DivClassName
{
background-color: #FEB19B;
}
.BgClassName
{
background-color: #FEB19B;
}
</style>
border-color css
<style>
span { border-color: #FEB19B; }
span { border-color: rgb(254,177,155); }
td.TdClassName
{
border-color: #FEB19B;
}
.TagClassName
{
border-color: #FEB19B;
}
</style>