Shades of Rose Bud #FDA99D
Tints of Rose Bud #FDA99D
RGB
CMYK
RGB Variations
Color information
#FDA99D (or 0xFDA99D) is known color: Rose Bud. HEX triplet: FD, A9 and 9D. RGB value is (253,169,157). Sum of RGB (Red+Green+Blue) = 253+169+157=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA99D is #025662. Grayscale: #C0C0C0. Windows color (decimal): -153187 or 10332669. OLE color: 10332669.
HSL color Cylindrical-coordinate representation of color #FDA99D: hue angle of 7.5º 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 #FDA99D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 157 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.01 |
| HSL | 7.5º | 0.96% | 0.8% | - |
| HSV(B) | 7.5º | 0.38% | 0.99% | - |
| XYZ | 60.78 | 51.69 | 38.67 | - |
| YUV | 192.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 157 | 0 | 0.33 | 0.38 | 0.01 | 7.5 | 0.96 | 0.8 |
| Hex | FD | A9 | 9D | 0 | 21 | 26 | 1 | 8 | 60 | 50 |
| Octal | 375 | 251 | 235 | 0 | 41 | 46 | 1 | 10 | 140 | 120 |
| Binary | 11111101 | 10101001 | 10011101 | 0 | 100001 | 100110 | 1 | 1000 | 1100000 | 1010000 |
Color Harmonies of #FDA99D
Complementary color
Monochromatic Colors of #FDA99D
Black with #FDA99D
Text Example
Text Example
White with #FDA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA99D; }
p { color: rgb(253,169,157); }
H1.HeaderClassName
{
color: #FDA99D;
}
.AnyTagClassName
{
color: #FDA99D;
}
</style>
background-color css
<style>
a { background-color: #FDA99D; }
a { background-color: rgb(253,169,157); }
div.DivClassName
{
background-color: #FDA99D;
}
.BgClassName
{
background-color: #FDA99D;
}
</style>
border-color css
<style>
span { border-color: #FDA99D; }
span { border-color: rgb(253,169,157); }
td.TdClassName
{
border-color: #FDA99D;
}
.TagClassName
{
border-color: #FDA99D;
}
</style>