Shades of Rose Bud #FEA58F
Tints of Rose Bud #FEA58F
RGB
CMYK
RGB Variations
Color information
#FEA58F (or 0xFEA58F) is known color: Rose Bud. HEX triplet: FE, A5 and 8F. RGB value is (254,165,143). Sum of RGB (Red+Green+Blue) = 254+165+143=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA58F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA58F is #015A70. Grayscale: #BDBDBD. Windows color (decimal): -88689 or 9414142. OLE color: 9414142.
HSL color Cylindrical-coordinate representation of color #FEA58F: hue angle of 11.89º 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 #FEA58F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 143 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.00 |
| HSL | 11.89º | 0.98% | 0.78% | - |
| HSV(B) | 11.89º | 0.44% | 1% | - |
| XYZ | 59.29 | 49.96 | 32.51 | - |
| YUV | 189.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 143 | 0 | 0.35 | 0.44 | 0.00 | 11.89 | 0.98 | 0.78 |
| Hex | FE | A5 | 8F | 0 | 23 | 2C | 0 | C | 62 | 4E |
| Octal | 376 | 245 | 217 | 0 | 43 | 54 | 0 | 14 | 142 | 116 |
| Binary | 11111110 | 10100101 | 10001111 | 0 | 100011 | 101100 | 0 | 1100 | 1100010 | 1001110 |
Color Harmonies of #FEA58F
Complementary color
Monochromatic Colors of #FEA58F
Black with #FEA58F
Text Example
Text Example
White with #FEA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA58F; }
p { color: rgb(254,165,143); }
H1.HeaderClassName
{
color: #FEA58F;
}
.AnyTagClassName
{
color: #FEA58F;
}
</style>
background-color css
<style>
a { background-color: #FEA58F; }
a { background-color: rgb(254,165,143); }
div.DivClassName
{
background-color: #FEA58F;
}
.BgClassName
{
background-color: #FEA58F;
}
</style>
border-color css
<style>
span { border-color: #FEA58F; }
span { border-color: rgb(254,165,143); }
td.TdClassName
{
border-color: #FEA58F;
}
.TagClassName
{
border-color: #FEA58F;
}
</style>