Shades of Rose Bud #FDA89D
Tints of Rose Bud #FDA89D
RGB
CMYK
RGB Variations
Color information
#FDA89D (or 0xFDA89D) is known color: Rose Bud. HEX triplet: FD, A8 and 9D. RGB value is (253,168,157). Sum of RGB (Red+Green+Blue) = 253+168+157=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA89D is #025762. Grayscale: #C0C0C0. Windows color (decimal): -153443 or 10332413. OLE color: 10332413.
HSL color Cylindrical-coordinate representation of color #FDA89D: hue angle of 6.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDA89D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 157 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.01 |
| HSL | 6.88º | 0.96% | 0.8% | - |
| HSV(B) | 6.88º | 0.38% | 0.99% | - |
| XYZ | 60.6 | 51.32 | 38.61 | - |
| YUV | 192.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 157 | 0 | 0.34 | 0.38 | 0.01 | 6.88 | 0.96 | 0.8 |
| Hex | FD | A8 | 9D | 0 | 22 | 26 | 1 | 7 | 60 | 50 |
| Octal | 375 | 250 | 235 | 0 | 42 | 46 | 1 | 7 | 140 | 120 |
| Binary | 11111101 | 10101000 | 10011101 | 0 | 100010 | 100110 | 1 | 111 | 1100000 | 1010000 |
Color Harmonies of #FDA89D
Complementary color
Monochromatic Colors of #FDA89D
Black with #FDA89D
Text Example
Text Example
White with #FDA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA89D; }
p { color: rgb(253,168,157); }
H1.HeaderClassName
{
color: #FDA89D;
}
.AnyTagClassName
{
color: #FDA89D;
}
</style>
background-color css
<style>
a { background-color: #FDA89D; }
a { background-color: rgb(253,168,157); }
div.DivClassName
{
background-color: #FDA89D;
}
.BgClassName
{
background-color: #FDA89D;
}
</style>
border-color css
<style>
span { border-color: #FDA89D; }
span { border-color: rgb(253,168,157); }
td.TdClassName
{
border-color: #FDA89D;
}
.TagClassName
{
border-color: #FDA89D;
}
</style>