Shades of Rose Bud #FEA58D
Tints of Rose Bud #FEA58D
RGB
CMYK
RGB Variations
Color information
#FEA58D (or 0xFEA58D) is known color: Rose Bud. HEX triplet: FE, A5 and 8D. RGB value is (254,165,141). Sum of RGB (Red+Green+Blue) = 254+165+141=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA58D is #015A72. Grayscale: #BDBDBD. Windows color (decimal): -88691 or 9283070. OLE color: 9283070.
HSL color Cylindrical-coordinate representation of color #FEA58D: hue angle of 12.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEA58D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 141 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.00 |
| HSL | 12.74º | 0.98% | 0.77% | - |
| HSV(B) | 12.74º | 0.44% | 1% | - |
| XYZ | 59.14 | 49.9 | 31.71 | - |
| YUV | 188.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 141 | 0 | 0.35 | 0.44 | 0.00 | 12.74 | 0.98 | 0.77 |
| Hex | FE | A5 | 8D | 0 | 23 | 2C | 0 | D | 62 | 4D |
| Octal | 376 | 245 | 215 | 0 | 43 | 54 | 0 | 15 | 142 | 115 |
| Binary | 11111110 | 10100101 | 10001101 | 0 | 100011 | 101100 | 0 | 1101 | 1100010 | 1001101 |
Color Harmonies of #FEA58D
Complementary color
Monochromatic Colors of #FEA58D
Black with #FEA58D
Text Example
Text Example
White with #FEA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA58D; }
p { color: rgb(254,165,141); }
H1.HeaderClassName
{
color: #FEA58D;
}
.AnyTagClassName
{
color: #FEA58D;
}
</style>
background-color css
<style>
a { background-color: #FEA58D; }
a { background-color: rgb(254,165,141); }
div.DivClassName
{
background-color: #FEA58D;
}
.BgClassName
{
background-color: #FEA58D;
}
</style>
border-color css
<style>
span { border-color: #FEA58D; }
span { border-color: rgb(254,165,141); }
td.TdClassName
{
border-color: #FEA58D;
}
.TagClassName
{
border-color: #FEA58D;
}
</style>