Shades of Rose Bud #FEB199
Tints of Rose Bud #FEB199
RGB
CMYK
RGB Variations
Color information
#FEB199 (or 0xFEB199) is known color: Rose Bud. HEX triplet: FE, B1 and 99. RGB value is (254,177,153). Sum of RGB (Red+Green+Blue) = 254+177+153=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB199 is #014E66. Grayscale: #C5C5C5. Windows color (decimal): -85607 or 10072574. OLE color: 10072574.
HSL color Cylindrical-coordinate representation of color #FEB199: hue angle of 14.26º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEB199 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 153 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.00 |
| HSL | 14.26º | 0.98% | 0.8% | - |
| HSV(B) | 14.26º | 0.4% | 1% | - |
| XYZ | 62.34 | 54.82 | 37.43 | - |
| YUV | 197.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 153 | 0 | 0.30 | 0.40 | 0.00 | 14.26 | 0.98 | 0.8 |
| Hex | FE | B1 | 99 | 0 | 1E | 28 | 0 | E | 62 | 50 |
| Octal | 376 | 261 | 231 | 0 | 36 | 50 | 0 | 16 | 142 | 120 |
| Binary | 11111110 | 10110001 | 10011001 | 0 | 11110 | 101000 | 0 | 1110 | 1100010 | 1010000 |
Color Harmonies of #FEB199
Complementary color
Monochromatic Colors of #FEB199
Black with #FEB199
Text Example
Text Example
White with #FEB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB199; }
p { color: rgb(254,177,153); }
H1.HeaderClassName
{
color: #FEB199;
}
.AnyTagClassName
{
color: #FEB199;
}
</style>
background-color css
<style>
a { background-color: #FEB199; }
a { background-color: rgb(254,177,153); }
div.DivClassName
{
background-color: #FEB199;
}
.BgClassName
{
background-color: #FEB199;
}
</style>
border-color css
<style>
span { border-color: #FEB199; }
span { border-color: rgb(254,177,153); }
td.TdClassName
{
border-color: #FEB199;
}
.TagClassName
{
border-color: #FEB199;
}
</style>