Shades of Rose Bud #FEB0A1
Tints of Rose Bud #FEB0A1
RGB
CMYK
RGB Variations
Color information
#FEB0A1 (or 0xFEB0A1) is known color: Rose Bud. HEX triplet: FE, B0 and A1. RGB value is (254,176,161). Sum of RGB (Red+Green+Blue) = 254+176+161=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0A1 is #014F5E. Grayscale: #C5C5C5. Windows color (decimal): -85855 or 10596606. OLE color: 10596606.
HSL color Cylindrical-coordinate representation of color #FEB0A1: hue angle of 9.68º 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 #FEB0A1 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 161 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.00 |
| HSL | 9.68º | 0.98% | 0.81% | - |
| HSV(B) | 9.68º | 0.37% | 1% | - |
| XYZ | 62.83 | 54.69 | 40.96 | - |
| YUV | 197.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 161 | 0 | 0.31 | 0.37 | 0.00 | 9.68 | 0.98 | 0.81 |
| Hex | FE | B0 | A1 | 0 | 1F | 25 | 0 | A | 62 | 51 |
| Octal | 376 | 260 | 241 | 0 | 37 | 45 | 0 | 12 | 142 | 121 |
| Binary | 11111110 | 10110000 | 10100001 | 0 | 11111 | 100101 | 0 | 1010 | 1100010 | 1010001 |
Color Harmonies of #FEB0A1
Complementary color
Monochromatic Colors of #FEB0A1
Black with #FEB0A1
Text Example
Text Example
White with #FEB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0A1; }
p { color: rgb(254,176,161); }
H1.HeaderClassName
{
color: #FEB0A1;
}
.AnyTagClassName
{
color: #FEB0A1;
}
</style>
background-color css
<style>
a { background-color: #FEB0A1; }
a { background-color: rgb(254,176,161); }
div.DivClassName
{
background-color: #FEB0A1;
}
.BgClassName
{
background-color: #FEB0A1;
}
</style>
border-color css
<style>
span { border-color: #FEB0A1; }
span { border-color: rgb(254,176,161); }
td.TdClassName
{
border-color: #FEB0A1;
}
.TagClassName
{
border-color: #FEB0A1;
}
</style>