Shades of Rose Bud #FEB5A1
Tints of Rose Bud #FEB5A1
RGB
CMYK
RGB Variations
Color information
#FEB5A1 (or 0xFEB5A1) is known color: Rose Bud. HEX triplet: FE, B5 and A1. RGB value is (254,181,161). Sum of RGB (Red+Green+Blue) = 254+181+161=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5A1 is #014A5E. Grayscale: #C8C8C8. Windows color (decimal): -84575 or 10597886. OLE color: 10597886.
HSL color Cylindrical-coordinate representation of color #FEB5A1: hue angle of 12.9º 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 #FEB5A1 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 161 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.00 |
| HSL | 12.9º | 0.98% | 0.81% | - |
| HSV(B) | 12.9º | 0.37% | 1% | - |
| XYZ | 63.83 | 56.69 | 41.3 | - |
| YUV | 200.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 161 | 0 | 0.29 | 0.37 | 0.00 | 12.9 | 0.98 | 0.81 |
| Hex | FE | B5 | A1 | 0 | 1D | 25 | 0 | D | 62 | 51 |
| Octal | 376 | 265 | 241 | 0 | 35 | 45 | 0 | 15 | 142 | 121 |
| Binary | 11111110 | 10110101 | 10100001 | 0 | 11101 | 100101 | 0 | 1101 | 1100010 | 1010001 |
Color Harmonies of #FEB5A1
Complementary color
Monochromatic Colors of #FEB5A1
Black with #FEB5A1
Text Example
Text Example
White with #FEB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5A1; }
p { color: rgb(254,181,161); }
H1.HeaderClassName
{
color: #FEB5A1;
}
.AnyTagClassName
{
color: #FEB5A1;
}
</style>
background-color css
<style>
a { background-color: #FEB5A1; }
a { background-color: rgb(254,181,161); }
div.DivClassName
{
background-color: #FEB5A1;
}
.BgClassName
{
background-color: #FEB5A1;
}
</style>
border-color css
<style>
span { border-color: #FEB5A1; }
span { border-color: rgb(254,181,161); }
td.TdClassName
{
border-color: #FEB5A1;
}
.TagClassName
{
border-color: #FEB5A1;
}
</style>