Shades of Rose Bud #FEABA2
Tints of Rose Bud #FEABA2
RGB
CMYK
RGB Variations
Color information
#FEABA2 (or 0xFEABA2) is known color: Rose Bud. HEX triplet: FE, AB and A2. RGB value is (254,171,162). Sum of RGB (Red+Green+Blue) = 254+171+162=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABA2 is #01545D. Grayscale: #C2C2C2. Windows color (decimal): -87134 or 10660862. OLE color: 10660862.
HSL color Cylindrical-coordinate representation of color #FEABA2: hue angle of 5.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEABA2 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 162 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.00 |
| HSL | 5.87º | 0.98% | 0.82% | - |
| HSV(B) | 5.87º | 0.36% | 1% | - |
| XYZ | 61.96 | 52.81 | 41.11 | - |
| YUV | 194.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 162 | 0 | 0.33 | 0.36 | 0.00 | 5.87 | 0.98 | 0.82 |
| Hex | FE | AB | A2 | 0 | 21 | 24 | 0 | 6 | 62 | 52 |
| Octal | 376 | 253 | 242 | 0 | 41 | 44 | 0 | 6 | 142 | 122 |
| Binary | 11111110 | 10101011 | 10100010 | 0 | 100001 | 100100 | 0 | 110 | 1100010 | 1010010 |
Color Harmonies of #FEABA2
Complementary color
Monochromatic Colors of #FEABA2
Black with #FEABA2
Text Example
Text Example
White with #FEABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABA2; }
p { color: rgb(254,171,162); }
H1.HeaderClassName
{
color: #FEABA2;
}
.AnyTagClassName
{
color: #FEABA2;
}
</style>
background-color css
<style>
a { background-color: #FEABA2; }
a { background-color: rgb(254,171,162); }
div.DivClassName
{
background-color: #FEABA2;
}
.BgClassName
{
background-color: #FEABA2;
}
</style>
border-color css
<style>
span { border-color: #FEABA2; }
span { border-color: rgb(254,171,162); }
td.TdClassName
{
border-color: #FEABA2;
}
.TagClassName
{
border-color: #FEABA2;
}
</style>