Shades of Rose Bud #FEB0A0
Tints of Rose Bud #FEB0A0
RGB
CMYK
RGB Variations
Color information
#FEB0A0 (or 0xFEB0A0) is known color: Rose Bud. HEX triplet: FE, B0 and A0. RGB value is (254,176,160). Sum of RGB (Red+Green+Blue) = 254+176+160=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0A0 is #014F5F. Grayscale: #C5C5C5. Windows color (decimal): -85856 or 10531070. OLE color: 10531070.
HSL color Cylindrical-coordinate representation of color #FEB0A0: hue angle of 10.21º 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 #FEB0A0 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 160 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.00 |
| HSL | 10.21º | 0.98% | 0.81% | - |
| HSV(B) | 10.21º | 0.37% | 1% | - |
| XYZ | 62.74 | 54.66 | 40.5 | - |
| YUV | 197.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 160 | 0 | 0.31 | 0.37 | 0.00 | 10.21 | 0.98 | 0.81 |
| Hex | FE | B0 | A0 | 0 | 1F | 25 | 0 | A | 62 | 51 |
| Octal | 376 | 260 | 240 | 0 | 37 | 45 | 0 | 12 | 142 | 121 |
| Binary | 11111110 | 10110000 | 10100000 | 0 | 11111 | 100101 | 0 | 1010 | 1100010 | 1010001 |
Color Harmonies of #FEB0A0
Complementary color
Monochromatic Colors of #FEB0A0
Black with #FEB0A0
Text Example
Text Example
White with #FEB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0A0; }
p { color: rgb(254,176,160); }
H1.HeaderClassName
{
color: #FEB0A0;
}
.AnyTagClassName
{
color: #FEB0A0;
}
</style>
background-color css
<style>
a { background-color: #FEB0A0; }
a { background-color: rgb(254,176,160); }
div.DivClassName
{
background-color: #FEB0A0;
}
.BgClassName
{
background-color: #FEB0A0;
}
</style>
border-color css
<style>
span { border-color: #FEB0A0; }
span { border-color: rgb(254,176,160); }
td.TdClassName
{
border-color: #FEB0A0;
}
.TagClassName
{
border-color: #FEB0A0;
}
</style>