Shades of Rose Bud #FEB4A0
Tints of Rose Bud #FEB4A0
RGB
CMYK
RGB Variations
Color information
#FEB4A0 (or 0xFEB4A0) is known color: Rose Bud. HEX triplet: FE, B4 and A0. RGB value is (254,180,160). Sum of RGB (Red+Green+Blue) = 254+180+160=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4A0 is #014B5F. Grayscale: #C7C7C7. Windows color (decimal): -84832 or 10532094. OLE color: 10532094.
HSL color Cylindrical-coordinate representation of color #FEB4A0: hue angle of 12.77º 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 #FEB4A0 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 160 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.00 |
| HSL | 12.77º | 0.98% | 0.81% | - |
| HSV(B) | 12.77º | 0.37% | 1% | - |
| XYZ | 63.54 | 56.25 | 40.77 | - |
| YUV | 199.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 160 | 0 | 0.29 | 0.37 | 0.00 | 12.77 | 0.98 | 0.81 |
| Hex | FE | B4 | A0 | 0 | 1D | 25 | 0 | D | 62 | 51 |
| Octal | 376 | 264 | 240 | 0 | 35 | 45 | 0 | 15 | 142 | 121 |
| Binary | 11111110 | 10110100 | 10100000 | 0 | 11101 | 100101 | 0 | 1101 | 1100010 | 1010001 |
Color Harmonies of #FEB4A0
Complementary color
Monochromatic Colors of #FEB4A0
Black with #FEB4A0
Text Example
Text Example
White with #FEB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4A0; }
p { color: rgb(254,180,160); }
H1.HeaderClassName
{
color: #FEB4A0;
}
.AnyTagClassName
{
color: #FEB4A0;
}
</style>
background-color css
<style>
a { background-color: #FEB4A0; }
a { background-color: rgb(254,180,160); }
div.DivClassName
{
background-color: #FEB4A0;
}
.BgClassName
{
background-color: #FEB4A0;
}
</style>
border-color css
<style>
span { border-color: #FEB4A0; }
span { border-color: rgb(254,180,160); }
td.TdClassName
{
border-color: #FEB4A0;
}
.TagClassName
{
border-color: #FEB4A0;
}
</style>