Shades of Rose Bud #FDA58E
Tints of Rose Bud #FDA58E
RGB
CMYK
RGB Variations
Color information
#FDA58E (or 0xFDA58E) is known color: Rose Bud. HEX triplet: FD, A5 and 8E. RGB value is (253,165,142). Sum of RGB (Red+Green+Blue) = 253+165+142=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA58E is #025A71. Grayscale: #BCBCBC. Windows color (decimal): -154226 or 9348605. OLE color: 9348605.
HSL color Cylindrical-coordinate representation of color #FDA58E: hue angle of 12.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDA58E is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 142 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.01 |
| HSL | 12.43º | 0.97% | 0.77% | - |
| HSV(B) | 12.43º | 0.44% | 0.99% | - |
| XYZ | 58.85 | 49.75 | 32.09 | - |
| YUV | 188.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 142 | 0 | 0.35 | 0.44 | 0.01 | 12.43 | 0.97 | 0.77 |
| Hex | FD | A5 | 8E | 0 | 23 | 2C | 1 | C | 61 | 4D |
| Octal | 375 | 245 | 216 | 0 | 43 | 54 | 1 | 14 | 141 | 115 |
| Binary | 11111101 | 10100101 | 10001110 | 0 | 100011 | 101100 | 1 | 1100 | 1100001 | 1001101 |
Color Harmonies of #FDA58E
Complementary color
Monochromatic Colors of #FDA58E
Black with #FDA58E
Text Example
Text Example
White with #FDA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA58E; }
p { color: rgb(253,165,142); }
H1.HeaderClassName
{
color: #FDA58E;
}
.AnyTagClassName
{
color: #FDA58E;
}
</style>
background-color css
<style>
a { background-color: #FDA58E; }
a { background-color: rgb(253,165,142); }
div.DivClassName
{
background-color: #FDA58E;
}
.BgClassName
{
background-color: #FDA58E;
}
</style>
border-color css
<style>
span { border-color: #FDA58E; }
span { border-color: rgb(253,165,142); }
td.TdClassName
{
border-color: #FDA58E;
}
.TagClassName
{
border-color: #FDA58E;
}
</style>