Shades of Rose Bud #FDA98C
Tints of Rose Bud #FDA98C
RGB
CMYK
RGB Variations
Color information
#FDA98C (or 0xFDA98C) is known color: Rose Bud. HEX triplet: FD, A9 and 8C. RGB value is (253,169,140). Sum of RGB (Red+Green+Blue) = 253+169+140=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA98C is #025673. Grayscale: #BFBFBF. Windows color (decimal): -153204 or 9218557. OLE color: 9218557.
HSL color Cylindrical-coordinate representation of color #FDA98C: hue angle of 15.4º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDA98C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 140 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.01 |
| HSL | 15.4º | 0.97% | 0.77% | - |
| HSV(B) | 15.4º | 0.45% | 0.99% | - |
| XYZ | 59.43 | 51.15 | 31.55 | - |
| YUV | 190.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 140 | 0 | 0.33 | 0.45 | 0.01 | 15.4 | 0.97 | 0.77 |
| Hex | FD | A9 | 8C | 0 | 21 | 2D | 1 | F | 61 | 4D |
| Octal | 375 | 251 | 214 | 0 | 41 | 55 | 1 | 17 | 141 | 115 |
| Binary | 11111101 | 10101001 | 10001100 | 0 | 100001 | 101101 | 1 | 1111 | 1100001 | 1001101 |
Color Harmonies of #FDA98C
Complementary color
Monochromatic Colors of #FDA98C
Black with #FDA98C
Text Example
Text Example
White with #FDA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA98C; }
p { color: rgb(253,169,140); }
H1.HeaderClassName
{
color: #FDA98C;
}
.AnyTagClassName
{
color: #FDA98C;
}
</style>
background-color css
<style>
a { background-color: #FDA98C; }
a { background-color: rgb(253,169,140); }
div.DivClassName
{
background-color: #FDA98C;
}
.BgClassName
{
background-color: #FDA98C;
}
</style>
border-color css
<style>
span { border-color: #FDA98C; }
span { border-color: rgb(253,169,140); }
td.TdClassName
{
border-color: #FDA98C;
}
.TagClassName
{
border-color: #FDA98C;
}
</style>