Shades of Rose Bud #FDA890
Tints of Rose Bud #FDA890
RGB
CMYK
RGB Variations
Color information
#FDA890 (or 0xFDA890) is known color: Rose Bud. HEX triplet: FD, A8 and 90. RGB value is (253,168,144). Sum of RGB (Red+Green+Blue) = 253+168+144=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA890 is #02576F. Grayscale: #BEBEBE. Windows color (decimal): -153456 or 9480445. OLE color: 9480445.
HSL color Cylindrical-coordinate representation of color #FDA890: hue angle of 13.21º 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 #FDA890 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 144 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.01 |
| HSL | 13.21º | 0.96% | 0.78% | - |
| HSV(B) | 13.21º | 0.43% | 0.99% | - |
| XYZ | 59.54 | 50.9 | 33.07 | - |
| YUV | 190.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 144 | 0 | 0.34 | 0.43 | 0.01 | 13.21 | 0.96 | 0.78 |
| Hex | FD | A8 | 90 | 0 | 22 | 2B | 1 | D | 60 | 4E |
| Octal | 375 | 250 | 220 | 0 | 42 | 53 | 1 | 15 | 140 | 116 |
| Binary | 11111101 | 10101000 | 10010000 | 0 | 100010 | 101011 | 1 | 1101 | 1100000 | 1001110 |
Color Harmonies of #FDA890
Complementary color
Monochromatic Colors of #FDA890
Black with #FDA890
Text Example
Text Example
White with #FDA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA890; }
p { color: rgb(253,168,144); }
H1.HeaderClassName
{
color: #FDA890;
}
.AnyTagClassName
{
color: #FDA890;
}
</style>
background-color css
<style>
a { background-color: #FDA890; }
a { background-color: rgb(253,168,144); }
div.DivClassName
{
background-color: #FDA890;
}
.BgClassName
{
background-color: #FDA890;
}
</style>
border-color css
<style>
span { border-color: #FDA890; }
span { border-color: rgb(253,168,144); }
td.TdClassName
{
border-color: #FDA890;
}
.TagClassName
{
border-color: #FDA890;
}
</style>