Shades of Rose Bud #FEB3A1
Tints of Rose Bud #FEB3A1
RGB
CMYK
RGB Variations
Color information
#FEB3A1 (or 0xFEB3A1) is known color: Rose Bud. HEX triplet: FE, B3 and A1. RGB value is (254,179,161). Sum of RGB (Red+Green+Blue) = 254+179+161=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3A1 is #014C5E. Grayscale: #C7C7C7. Windows color (decimal): -85087 or 10597374. OLE color: 10597374.
HSL color Cylindrical-coordinate representation of color #FEB3A1: hue angle of 11.61º 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 #FEB3A1 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 161 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.00 |
| HSL | 11.61º | 0.98% | 0.81% | - |
| HSV(B) | 11.61º | 0.37% | 1% | - |
| XYZ | 63.43 | 55.88 | 41.16 | - |
| YUV | 199.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 161 | 0 | 0.30 | 0.37 | 0.00 | 11.61 | 0.98 | 0.81 |
| Hex | FE | B3 | A1 | 0 | 1E | 25 | 0 | C | 62 | 51 |
| Octal | 376 | 263 | 241 | 0 | 36 | 45 | 0 | 14 | 142 | 121 |
| Binary | 11111110 | 10110011 | 10100001 | 0 | 11110 | 100101 | 0 | 1100 | 1100010 | 1010001 |
Color Harmonies of #FEB3A1
Complementary color
Monochromatic Colors of #FEB3A1
Black with #FEB3A1
Text Example
Text Example
White with #FEB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3A1; }
p { color: rgb(254,179,161); }
H1.HeaderClassName
{
color: #FEB3A1;
}
.AnyTagClassName
{
color: #FEB3A1;
}
</style>
background-color css
<style>
a { background-color: #FEB3A1; }
a { background-color: rgb(254,179,161); }
div.DivClassName
{
background-color: #FEB3A1;
}
.BgClassName
{
background-color: #FEB3A1;
}
</style>
border-color css
<style>
span { border-color: #FEB3A1; }
span { border-color: rgb(254,179,161); }
td.TdClassName
{
border-color: #FEB3A1;
}
.TagClassName
{
border-color: #FEB3A1;
}
</style>