Shades of Rose Bud #FDA88D
Tints of Rose Bud #FDA88D
RGB
CMYK
RGB Variations
Color information
#FDA88D (or 0xFDA88D) is known color: Rose Bud. HEX triplet: FD, A8 and 8D. RGB value is (253,168,141). Sum of RGB (Red+Green+Blue) = 253+168+141=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA88D is #025772. Grayscale: #BEBEBE. Windows color (decimal): -153459 or 9283837. OLE color: 9283837.
HSL color Cylindrical-coordinate representation of color #FDA88D: hue angle of 14.46º 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 #FDA88D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 141 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.01 |
| HSL | 14.46º | 0.97% | 0.77% | - |
| HSV(B) | 14.46º | 0.44% | 0.99% | - |
| XYZ | 59.32 | 50.81 | 31.88 | - |
| YUV | 190.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 141 | 0 | 0.34 | 0.44 | 0.01 | 14.46 | 0.97 | 0.77 |
| Hex | FD | A8 | 8D | 0 | 22 | 2C | 1 | E | 61 | 4D |
| Octal | 375 | 250 | 215 | 0 | 42 | 54 | 1 | 16 | 141 | 115 |
| Binary | 11111101 | 10101000 | 10001101 | 0 | 100010 | 101100 | 1 | 1110 | 1100001 | 1001101 |
Color Harmonies of #FDA88D
Complementary color
Monochromatic Colors of #FDA88D
Black with #FDA88D
Text Example
Text Example
White with #FDA88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA88D; }
p { color: rgb(253,168,141); }
H1.HeaderClassName
{
color: #FDA88D;
}
.AnyTagClassName
{
color: #FDA88D;
}
</style>
background-color css
<style>
a { background-color: #FDA88D; }
a { background-color: rgb(253,168,141); }
div.DivClassName
{
background-color: #FDA88D;
}
.BgClassName
{
background-color: #FDA88D;
}
</style>
border-color css
<style>
span { border-color: #FDA88D; }
span { border-color: rgb(253,168,141); }
td.TdClassName
{
border-color: #FDA88D;
}
.TagClassName
{
border-color: #FDA88D;
}
</style>