Shades of Rose Bud #FEB1A0
Tints of Rose Bud #FEB1A0
RGB
CMYK
RGB Variations
Color information
#FEB1A0 (or 0xFEB1A0) is known color: Rose Bud. HEX triplet: FE, B1 and A0. RGB value is (254,177,160). Sum of RGB (Red+Green+Blue) = 254+177+160=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB1A0 is #014E5F. Grayscale: #C6C6C6. Windows color (decimal): -85600 or 10531326. OLE color: 10531326.
HSL color Cylindrical-coordinate representation of color #FEB1A0: hue angle of 10.85º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEB1A0 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 160 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.00 |
| HSL | 10.85º | 0.98% | 0.81% | - |
| HSV(B) | 10.85º | 0.37% | 1% | - |
| XYZ | 62.94 | 55.05 | 40.57 | - |
| YUV | 198.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 160 | 0 | 0.30 | 0.37 | 0.00 | 10.85 | 0.98 | 0.81 |
| Hex | FE | B1 | A0 | 0 | 1E | 25 | 0 | B | 62 | 51 |
| Octal | 376 | 261 | 240 | 0 | 36 | 45 | 0 | 13 | 142 | 121 |
| Binary | 11111110 | 10110001 | 10100000 | 0 | 11110 | 100101 | 0 | 1011 | 1100010 | 1010001 |
Color Harmonies of #FEB1A0
Complementary color
Monochromatic Colors of #FEB1A0
Black with #FEB1A0
Text Example
Text Example
White with #FEB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1A0; }
p { color: rgb(254,177,160); }
H1.HeaderClassName
{
color: #FEB1A0;
}
.AnyTagClassName
{
color: #FEB1A0;
}
</style>
background-color css
<style>
a { background-color: #FEB1A0; }
a { background-color: rgb(254,177,160); }
div.DivClassName
{
background-color: #FEB1A0;
}
.BgClassName
{
background-color: #FEB1A0;
}
</style>
border-color css
<style>
span { border-color: #FEB1A0; }
span { border-color: rgb(254,177,160); }
td.TdClassName
{
border-color: #FEB1A0;
}
.TagClassName
{
border-color: #FEB1A0;
}
</style>