Shades of Rose Bud #FEB2A0
Tints of Rose Bud #FEB2A0
RGB
CMYK
RGB Variations
Color information
#FEB2A0 (or 0xFEB2A0) is known color: Rose Bud. HEX triplet: FE, B2 and A0. RGB value is (254,178,160). Sum of RGB (Red+Green+Blue) = 254+178+160=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2A0 is #014D5F. Grayscale: #C6C6C6. Windows color (decimal): -85344 or 10531582. OLE color: 10531582.
HSL color Cylindrical-coordinate representation of color #FEB2A0: hue angle of 11.49º 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 #FEB2A0 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 160 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.00 |
| HSL | 11.49º | 0.98% | 0.81% | - |
| HSV(B) | 11.49º | 0.37% | 1% | - |
| XYZ | 63.14 | 55.45 | 40.63 | - |
| YUV | 198.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 160 | 0 | 0.30 | 0.37 | 0.00 | 11.49 | 0.98 | 0.81 |
| Hex | FE | B2 | A0 | 0 | 1E | 25 | 0 | B | 62 | 51 |
| Octal | 376 | 262 | 240 | 0 | 36 | 45 | 0 | 13 | 142 | 121 |
| Binary | 11111110 | 10110010 | 10100000 | 0 | 11110 | 100101 | 0 | 1011 | 1100010 | 1010001 |
Color Harmonies of #FEB2A0
Complementary color
Monochromatic Colors of #FEB2A0
Black with #FEB2A0
Text Example
Text Example
White with #FEB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2A0; }
p { color: rgb(254,178,160); }
H1.HeaderClassName
{
color: #FEB2A0;
}
.AnyTagClassName
{
color: #FEB2A0;
}
</style>
background-color css
<style>
a { background-color: #FEB2A0; }
a { background-color: rgb(254,178,160); }
div.DivClassName
{
background-color: #FEB2A0;
}
.BgClassName
{
background-color: #FEB2A0;
}
</style>
border-color css
<style>
span { border-color: #FEB2A0; }
span { border-color: rgb(254,178,160); }
td.TdClassName
{
border-color: #FEB2A0;
}
.TagClassName
{
border-color: #FEB2A0;
}
</style>