Shades of Rose Bud #FEABA1
Tints of Rose Bud #FEABA1
RGB
CMYK
RGB Variations
Color information
#FEABA1 (or 0xFEABA1) is known color: Rose Bud. HEX triplet: FE, AB and A1. RGB value is (254,171,161). Sum of RGB (Red+Green+Blue) = 254+171+161=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABA1 is #01545E. Grayscale: #C2C2C2. Windows color (decimal): -87135 or 10595326. OLE color: 10595326.
HSL color Cylindrical-coordinate representation of color #FEABA1: hue angle of 6.45º 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 #FEABA1 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 161 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.00 |
| HSL | 6.45º | 0.98% | 0.81% | - |
| HSV(B) | 6.45º | 0.37% | 1% | - |
| XYZ | 61.87 | 52.77 | 40.64 | - |
| YUV | 194.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 161 | 0 | 0.33 | 0.37 | 0.00 | 6.45 | 0.98 | 0.81 |
| Hex | FE | AB | A1 | 0 | 21 | 25 | 0 | 6 | 62 | 51 |
| Octal | 376 | 253 | 241 | 0 | 41 | 45 | 0 | 6 | 142 | 121 |
| Binary | 11111110 | 10101011 | 10100001 | 0 | 100001 | 100101 | 0 | 110 | 1100010 | 1010001 |
Color Harmonies of #FEABA1
Complementary color
Monochromatic Colors of #FEABA1
Black with #FEABA1
Text Example
Text Example
White with #FEABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABA1; }
p { color: rgb(254,171,161); }
H1.HeaderClassName
{
color: #FEABA1;
}
.AnyTagClassName
{
color: #FEABA1;
}
</style>
background-color css
<style>
a { background-color: #FEABA1; }
a { background-color: rgb(254,171,161); }
div.DivClassName
{
background-color: #FEABA1;
}
.BgClassName
{
background-color: #FEABA1;
}
</style>
border-color css
<style>
span { border-color: #FEABA1; }
span { border-color: rgb(254,171,161); }
td.TdClassName
{
border-color: #FEABA1;
}
.TagClassName
{
border-color: #FEABA1;
}
</style>