Shades of Rose Bud #FDA990
Tints of Rose Bud #FDA990
RGB
CMYK
RGB Variations
Color information
#FDA990 (or 0xFDA990) is known color: Rose Bud. HEX triplet: FD, A9 and 90. RGB value is (253,169,144). Sum of RGB (Red+Green+Blue) = 253+169+144=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA990 is #02566F. Grayscale: #BFBFBF. Windows color (decimal): -153200 or 9480701. OLE color: 9480701.
HSL color Cylindrical-coordinate representation of color #FDA990: hue angle of 13.76º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA990 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 144 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.01 |
| HSL | 13.76º | 0.96% | 0.78% | - |
| HSV(B) | 13.76º | 0.43% | 0.99% | - |
| XYZ | 59.73 | 51.27 | 33.13 | - |
| YUV | 191.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 144 | 0 | 0.33 | 0.43 | 0.01 | 13.76 | 0.96 | 0.78 |
| Hex | FD | A9 | 90 | 0 | 21 | 2B | 1 | E | 60 | 4E |
| Octal | 375 | 251 | 220 | 0 | 41 | 53 | 1 | 16 | 140 | 116 |
| Binary | 11111101 | 10101001 | 10010000 | 0 | 100001 | 101011 | 1 | 1110 | 1100000 | 1001110 |
Color Harmonies of #FDA990
Complementary color
Monochromatic Colors of #FDA990
Black with #FDA990
Text Example
Text Example
White with #FDA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA990; }
p { color: rgb(253,169,144); }
H1.HeaderClassName
{
color: #FDA990;
}
.AnyTagClassName
{
color: #FDA990;
}
</style>
background-color css
<style>
a { background-color: #FDA990; }
a { background-color: rgb(253,169,144); }
div.DivClassName
{
background-color: #FDA990;
}
.BgClassName
{
background-color: #FDA990;
}
</style>
border-color css
<style>
span { border-color: #FDA990; }
span { border-color: rgb(253,169,144); }
td.TdClassName
{
border-color: #FDA990;
}
.TagClassName
{
border-color: #FDA990;
}
</style>