Shades of Rose Bud #FEAB8F
Tints of Rose Bud #FEAB8F
RGB
CMYK
RGB Variations
Color information
#FEAB8F (or 0xFEAB8F) is known color: Rose Bud. HEX triplet: FE, AB and 8F. RGB value is (254,171,143). Sum of RGB (Red+Green+Blue) = 254+171+143=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB8F is #015470. Grayscale: #C0C0C0. Windows color (decimal): -87153 or 9415678. OLE color: 9415678.
HSL color Cylindrical-coordinate representation of color #FEAB8F: hue angle of 15.14º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEAB8F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 143 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.00 |
| HSL | 15.14º | 0.98% | 0.78% | - |
| HSV(B) | 15.14º | 0.44% | 1% | - |
| XYZ | 60.39 | 52.18 | 32.88 | - |
| YUV | 192.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 143 | 0 | 0.33 | 0.44 | 0.00 | 15.14 | 0.98 | 0.78 |
| Hex | FE | AB | 8F | 0 | 21 | 2C | 0 | F | 62 | 4E |
| Octal | 376 | 253 | 217 | 0 | 41 | 54 | 0 | 17 | 142 | 116 |
| Binary | 11111110 | 10101011 | 10001111 | 0 | 100001 | 101100 | 0 | 1111 | 1100010 | 1001110 |
Color Harmonies of #FEAB8F
Complementary color
Monochromatic Colors of #FEAB8F
Black with #FEAB8F
Text Example
Text Example
White with #FEAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB8F; }
p { color: rgb(254,171,143); }
H1.HeaderClassName
{
color: #FEAB8F;
}
.AnyTagClassName
{
color: #FEAB8F;
}
</style>
background-color css
<style>
a { background-color: #FEAB8F; }
a { background-color: rgb(254,171,143); }
div.DivClassName
{
background-color: #FEAB8F;
}
.BgClassName
{
background-color: #FEAB8F;
}
</style>
border-color css
<style>
span { border-color: #FEAB8F; }
span { border-color: rgb(254,171,143); }
td.TdClassName
{
border-color: #FEAB8F;
}
.TagClassName
{
border-color: #FEAB8F;
}
</style>